Html Css Color HEX #C9BB11 Bird Flower

📋 copy color: '#C9BB11'

red 201 ◦ green 187 ◦ blue 17

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

Shades of Bird Flower #C9BB11

Tints of Bird Flower #C9BB11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.2%

R = 49.63%
G = 46.17%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C9BB11 (or 0xC9BB11) is known color: Bird Flower. HEX triplet: C9, BB and 11. RGB value is (201,187,17). Sum of RGB (Red+Green+Blue) = 201+187+17=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BB11 is #3644EE. Grayscale: #ACACAC. Windows color (decimal): -3556591 or 1162185. OLE color: 1162185.

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

Color convert

RGB 201 187 17 -
CMYK 0 0.07 0.92 0.21
HSL 55.43º 0.84% 0.43% -
HSV(B) 55.43º 0.92% 0.79% -
XYZ 41.96 48 7.58 -
YUV 171.81 40.64 148.82 -
System Red Green Blue C M Y K H S L
Decimal 201 187 17 0 0.07 0.92 0.21 55.43 0.84 0.43
Hex C9 BB 11 0 7 5C 15 37 54 2B
Octal 311 273 21 0 7 134 25 67 124 53
Binary 11001001 10111011 10001 0 111 1011100 10101 110111 1010100 101011

Color Harmonies of #C9BB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BB11

Black with #C9BB11

Text Example


Text Example

White with #C9BB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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