Html Css Color HEX #C8BB16 Bird Flower

📋 copy color: '#C8BB16'

red 200 ◦ green 187 ◦ blue 22

#C8BB16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #C8BB16

Tints of Bird Flower #C8BB16

RGB

 RED value IS 200 (78.52% from 255) = 48.9%

 GREEN value IS 187 (73.44% from 255) = 45.72%

 BLUE value IS 22 (8.98% from 255) = 5.38%

R = 48.9%
G = 45.72%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C8BB16 (or 0xC8BB16) is known color: Bird Flower. HEX triplet: C8, BB and 16. RGB value is (200,187,22). Sum of RGB (Red+Green+Blue) = 200+187+22=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BB16 is #3744E9. Grayscale: #ACACAC. Windows color (decimal): -3622122 or 1489864. OLE color: 1489864.

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

Color convert

RGB 200 187 22 -
CMYK 0 0.06 0.89 0.22
HSL 55.62º 0.8% 0.44% -
HSV(B) 55.62º 0.89% 0.78% -
XYZ 41.73 47.88 7.8 -
YUV 172.08 43.31 147.92 -
System Red Green Blue C M Y K H S L
Decimal 200 187 22 0 0.06 0.89 0.22 55.62 0.8 0.44
Hex C8 BB 16 0 6 59 16 38 50 2C
Octal 310 273 26 0 6 131 26 70 120 54
Binary 11001000 10111011 10110 0 110 1011001 10110 111000 1010000 101100

Color Harmonies of #C8BB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BB16

Black with #C8BB16

Text Example


Text Example

White with #C8BB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BB16; }

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

 H1.HeaderClassName
 {
   color: #C8BB16;
 }
 .AnyTagClassName
 {
   color: #C8BB16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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