Html Css Color HEX #C9BA08 Bird Flower

📋 copy color: '#C9BA08'

red 201 ◦ green 186 ◦ blue 8

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

Shades of Bird Flower #C9BA08

Tints of Bird Flower #C9BA08

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.09%

 BLUE value IS 8 (3.52% from 255) = 2.03%

R = 50.89%
G = 47.09%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C9BA08 (or 0xC9BA08) is known color: Bird Flower. HEX triplet: C9, BA and 08. RGB value is (201,186,8). Sum of RGB (Red+Green+Blue) = 201+186+8=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BA08 is #3645F7. Grayscale: #AAAAAA. Windows color (decimal): -3556856 or 572105. OLE color: 572105.

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

Color convert

RGB 201 186 8 -
CMYK 0 0.07 0.96 0.21
HSL 55.34º 0.92% 0.41% -
HSV(B) 55.34º 0.96% 0.79% -
XYZ 41.69 47.55 7.21 -
YUV 170.19 36.47 149.97 -
System Red Green Blue C M Y K H S L
Decimal 201 186 8 0 0.07 0.96 0.21 55.34 0.92 0.41
Hex C9 BA 8 0 7 60 15 37 5C 29
Octal 311 272 10 0 7 140 25 67 134 51
Binary 11001001 10111010 1000 0 111 1100000 10101 110111 1011100 101001

Color Harmonies of #C9BA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BA08

Black with #C9BA08

Text Example


Text Example

White with #C9BA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BA08; }

 p { color: rgb(201,186,8); }

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

background-color css

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

 a { background-color: rgb(201,186,8); }

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

border-color css

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

 span { border-color: rgb(201,186,8); }

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