Html Css Color HEX #C9BB06 Bird Flower

📋 copy color: '#C9BB06'

red 201 ◦ green 187 ◦ blue 6

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

Shades of Bird Flower #C9BB06

Tints of Bird Flower #C9BB06

RGB

 RED value IS 201 (78.91% from 255) = 51.02%

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

 BLUE value IS 6 (2.73% from 255) = 1.52%

R = 51.02%
G = 47.46%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C9BB06 (or 0xC9BB06) is known color: Bird Flower. HEX triplet: C9, BB and 06. RGB value is (201,187,6). Sum of RGB (Red+Green+Blue) = 201+187+6=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 6 (2.73% from 255 or 1.52% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BB06 is #3644F9. Grayscale: #ABABAB. Windows color (decimal): -3556602 or 441289. OLE color: 441289.

HSL color Cylindrical-coordinate representation of color #C9BB06: hue angle of 55.69º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9BB06 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 187 6 -
CMYK 0 0.07 0.97 0.21
HSL 55.69º 0.94% 0.41% -
HSV(B) 55.69º 0.97% 0.79% -
XYZ 41.89 47.97 7.22 -
YUV 170.55 35.14 149.72 -
System Red Green Blue C M Y K H S L
Decimal 201 187 6 0 0.07 0.97 0.21 55.69 0.94 0.41
Hex C9 BB 6 0 7 61 15 38 5E 29
Octal 311 273 6 0 7 141 25 70 136 51
Binary 11001001 10111011 110 0 111 1100001 10101 111000 1011110 101001

Color Harmonies of #C9BB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BB06

Black with #C9BB06

Text Example


Text Example

White with #C9BB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BB06; }

 p { color: rgb(201,187,6); }

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

background-color css

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

 a { background-color: rgb(201,187,6); }

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

border-color css

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

 span { border-color: rgb(201,187,6); }

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