#C2B81F

Color #C2B81F Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #C2B81F

Tints of Bird Flower #C2B81F

Color information

#C2B81F (or 0xC2B81F) is unknown color: approx Bird Flower. HEX triplet: C2, B8 and 1F. RGB value is (194,184,31). Sum of RGB (Red+Green+Blue) = 194+184+31=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 31 (12.5% from 255 or 7.58% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B81F is #3D47E0. Grayscale: #AAAAAA. Windows color (decimal): -4016097 or 2078914. OLE color: 2078914.

HSL color Cylindrical-coordinate representation of color #C2B81F: hue angle of 56.32º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2B81F is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB19418431-
CMYK00.050.840.24
HSL56.32º72.44%44.12%-
HSV(B)56.32º84.02%76.08%-
XYZ39.6445.858.06-
YUV169.5549.81145.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 184 (72.27% from 255) = 44.99%
BLUE value IS 31 (12.5% from 255) = 7.58%
R=47.43%
G=44.99%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941843100.050.840.2456.3272.4444.12
HexC2B81F05541838482c
Octal3022703705124307011054
Binary11000010101110001111101011010100110001110001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B81F; }

 p { color: rgb(194,184,31); }

 H1.HeaderClassName
 {
   color: #C2B81F;
 }
 .AnyTagClassName
 {
   color: #C2B81F;
 }
</style>
background-color css

<style>
 a { background-color: #C2B81F; }

 a { background-color: rgb(194,184,31); }

 div.DivClassName
 {
   background-color: #C2B81F;
 }
 .BgClassName
 {
   background-color: #C2B81F;
 }
</style>
border-color css

<style>
 span { border-color: #C2B81F; }

 span { border-color: rgb(194,184,31); }

 td.TdClassName
 {
   border-color: #C2B81F;
 }
 .TagClassName
 {
   border-color: #C2B81F;
 }
</style>