#C8BB0A

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

Shades of Bird Flower #C8BB0A

Tints of Bird Flower #C8BB0A

Color information

#C8BB0A (or 0xC8BB0A) is unknown color: approx Bird Flower. HEX triplet: C8, BB and 0A. RGB value is (200,187,10). Sum of RGB (Red+Green+Blue) = 200+187+10=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BB0A is #3744F5. Grayscale: #ABABAB. Windows color (decimal): -3622134 or 703432. OLE color: 703432.

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

Color convert

RGB20018710-
CMYK00.060.950.22
HSL55.89º90.48%41.18%-
HSV(B)55.89º95%78.43%-
XYZ41.6447.847.33-
YUV170.7137.31148.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.38%
GREEN value IS 187 (73.44% from 255) = 47.10%
BLUE value IS 10 (4.30% from 255) = 2.52%
R=50.38%
G=47.10%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001871000.060.950.2255.8990.4841.18
HexC8BBA065F16385a29
Octal3102731206137267013251
Binary1100100010111011101001101011111101101110001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BB0A; }

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

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

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

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

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

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

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

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