Html Css Color HEX #C9BE06 Bird Flower

📋 copy color: '#C9BE06'

red 201 ◦ green 190 ◦ blue 6

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

Shades of Bird Flower #C9BE06

Tints of Bird Flower #C9BE06

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.86%

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

R = 50.63%
G = 47.86%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C9BE06 (or 0xC9BE06) is known color: Bird Flower. HEX triplet: C9, BE and 06. RGB value is (201,190,6). Sum of RGB (Red+Green+Blue) = 201+190+6=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 6 (2.73% from 255 or 1.51% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BE06 is #3641F9. Grayscale: #ADADAD. Windows color (decimal): -3555834 or 442057. OLE color: 442057.

HSL color Cylindrical-coordinate representation of color #C9BE06: hue angle of 56.62º 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 #C9BE06 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 190 6 -
CMYK 0 0.05 0.97 0.21
HSL 56.62º 0.94% 0.41% -
HSV(B) 56.62º 0.97% 0.79% -
XYZ 42.53 49.26 7.44 -
YUV 172.31 34.14 148.46 -
System Red Green Blue C M Y K H S L
Decimal 201 190 6 0 0.05 0.97 0.21 56.62 0.94 0.41
Hex C9 BE 6 0 5 61 15 39 5E 29
Octal 311 276 6 0 5 141 25 71 136 51
Binary 11001001 10111110 110 0 101 1100001 10101 111001 1011110 101001

Color Harmonies of #C9BE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BE06

Black with #C9BE06

Text Example


Text Example

White with #C9BE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BE06; }

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

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

background-color css

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

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

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

border-color css

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

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

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