#C4BB14

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

Shades of Bird Flower #C4BB14

Tints of Bird Flower #C4BB14

Color information

#C4BB14 (or 0xC4BB14) is unknown color: approx Bird Flower. HEX triplet: C4, BB and 14. RGB value is (196,187,20). Sum of RGB (Red+Green+Blue) = 196+187+20=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BB14 is #3B44EB. Grayscale: #ABABAB. Windows color (decimal): -3884268 or 1358788. OLE color: 1358788.

HSL color Cylindrical-coordinate representation of color #C4BB14: hue angle of 56.93º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4BB14 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB19618720-
CMYK00.050.900.23
HSL56.93º81.48%42.35%-
HSV(B)56.93º89.8%76.86%-
XYZ40.6647.337.65-
YUV170.6542.98146.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.64%
GREEN value IS 187 (73.44% from 255) = 46.40%
BLUE value IS 20 (8.20% from 255) = 4.96%
R=48.64%
G=46.40%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961872000.050.900.2356.9381.4842.35
HexC4BB14055A1739512a
Octal3042732405132277112152
Binary11000100101110111010001011011010101111110011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BB14; }

 p { color: rgb(196,187,20); }

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

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

 a { background-color: rgb(196,187,20); }

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

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

 span { border-color: rgb(196,187,20); }

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