#C8BC14

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

Shades of Bird Flower #C8BC14

Tints of Bird Flower #C8BC14

Color information

#C8BC14 (or 0xC8BC14) is unknown color: approx Bird Flower. HEX triplet: C8, BC and 14. RGB value is (200,188,20). Sum of RGB (Red+Green+Blue) = 200+188+20=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BC14 is #3743EB. Grayscale: #ADADAD. Windows color (decimal): -3621868 or 1359048. OLE color: 1359048.

HSL color Cylindrical-coordinate representation of color #C8BC14: hue angle of 56º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8BC14 is Cyan = 0, Magento = 0.06, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB20018820-
CMYK00.060.90.22
HSL56º81.82%43.14%-
HSV(B)56º90%78.43%-
XYZ41.9348.37.77-
YUV172.4441.98147.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.02%
GREEN value IS 188 (73.83% from 255) = 46.08%
BLUE value IS 20 (8.20% from 255) = 4.90%
R=49.02%
G=46.08%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.9
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001882000.060.90.225681.8243.14
HexC8BC14065A1638522b
Octal3102742406132267012253
Binary11001000101111001010001101011010101101110001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BC14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BC14; }

 p { color: rgb(200,188,20); }

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

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

 a { background-color: rgb(200,188,20); }

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

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

 span { border-color: rgb(200,188,20); }

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