Html Css Color HEX #C9BB20 Bird Flower

📋 copy color: '#C9BB20'

red 201 ◦ green 187 ◦ blue 32

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

Shades of Bird Flower #C9BB20

Tints of Bird Flower #C9BB20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.62%

R = 47.86%
G = 44.52%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C9BB20 (or 0xC9BB20) is known color: Bird Flower. HEX triplet: C9, BB and 20. RGB value is (201,187,32). Sum of RGB (Red+Green+Blue) = 201+187+32=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BB20 is #3644DF. Grayscale: #AEAEAE. Windows color (decimal): -3556576 or 2145225. OLE color: 2145225.

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

Color convert

RGB 201 187 32 -
CMYK 0 0.07 0.84 0.21
HSL 55.03º 0.73% 0.46% -
HSV(B) 55.03º 0.84% 0.79% -
XYZ 42.12 48.06 8.42 -
YUV 173.52 48.14 147.6 -
System Red Green Blue C M Y K H S L
Decimal 201 187 32 0 0.07 0.84 0.21 55.03 0.73 0.46
Hex C9 BB 20 0 7 54 15 37 49 2E
Octal 311 273 40 0 7 124 25 67 111 56
Binary 11001001 10111011 100000 0 111 1010100 10101 110111 1001001 101110

Color Harmonies of #C9BB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BB20

Black with #C9BB20

Text Example


Text Example

White with #C9BB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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