#C8BB08

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

Shades of Bird Flower #C8BB08

Tints of Bird Flower #C8BB08

Color information

#C8BB08 (or 0xC8BB08) is unknown color: approx Bird Flower. HEX triplet: C8, BB and 08. RGB value is (200,187,8). Sum of RGB (Red+Green+Blue) = 200+187+8=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BB08 is #3744F7. Grayscale: #ABABAB. Windows color (decimal): -3622136 or 572360. OLE color: 572360.

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

Color convert

RGB2001878-
CMYK00.060.960.22
HSL55.94º92.31%40.78%-
HSV(B)55.94º96%78.43%-
XYZ41.6347.847.27-
YUV170.4836.31149.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.63%
GREEN value IS 187 (73.44% from 255) = 47.34%
BLUE value IS 8 (3.52% from 255) = 2.03%
R=50.63%
G=47.34%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200187800.060.960.2255.9492.3140.78
HexC8BB8066016385c29
Octal3102731006140267013451
Binary1100100010111011100001101100000101101110001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BB08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BB08; }

 p { color: rgb(200,187,8); }

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

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

 a { background-color: rgb(200,187,8); }

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

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

 span { border-color: rgb(200,187,8); }

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