Html Css Color HEX #C9BB1E Bird Flower

📋 copy color: '#C9BB1E'

red 201 ◦ green 187 ◦ blue 30

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

Shades of Bird Flower #C9BB1E

Tints of Bird Flower #C9BB1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.18%

R = 48.09%
G = 44.74%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9BB1E (or 0xC9BB1E) is known color: Bird Flower. HEX triplet: C9, BB and 1E. RGB value is (201,187,30). Sum of RGB (Red+Green+Blue) = 201+187+30=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BB1E is #3644E1. Grayscale: #ADADAD. Windows color (decimal): -3556578 or 2014153. OLE color: 2014153.

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

Color convert

RGB 201 187 30 -
CMYK 0 0.07 0.85 0.21
HSL 55.09º 0.74% 0.45% -
HSV(B) 55.09º 0.85% 0.79% -
XYZ 42.09 48.05 8.28 -
YUV 173.29 47.14 147.77 -
System Red Green Blue C M Y K H S L
Decimal 201 187 30 0 0.07 0.85 0.21 55.09 0.74 0.45
Hex C9 BB 1E 0 7 55 15 37 4A 2D
Octal 311 273 36 0 7 125 25 67 112 55
Binary 11001001 10111011 11110 0 111 1010101 10101 110111 1001010 101101

Color Harmonies of #C9BB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BB1E

Black with #C9BB1E

Text Example


Text Example

White with #C9BB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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