Html Css Color HEX #C9BB1B Bird Flower

📋 copy color: '#C9BB1B'

red 201 ◦ green 187 ◦ blue 27

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

Shades of Bird Flower #C9BB1B

Tints of Bird Flower #C9BB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.51%

R = 48.43%
G = 45.06%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9BB1B (or 0xC9BB1B) is known color: Bird Flower. HEX triplet: C9, BB and 1B. RGB value is (201,187,27). Sum of RGB (Red+Green+Blue) = 201+187+27=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 27 (10.94% from 255 or 6.51% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BB1B is #3644E4. Grayscale: #ADADAD. Windows color (decimal): -3556581 or 1817545. OLE color: 1817545.

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

Color convert

RGB 201 187 27 -
CMYK 0 0.07 0.87 0.21
HSL 55.17º 0.76% 0.45% -
HSV(B) 55.17º 0.87% 0.79% -
XYZ 42.06 48.04 8.09 -
YUV 172.95 45.64 148.01 -
System Red Green Blue C M Y K H S L
Decimal 201 187 27 0 0.07 0.87 0.21 55.17 0.76 0.45
Hex C9 BB 1B 0 7 57 15 37 4C 2D
Octal 311 273 33 0 7 127 25 67 114 55
Binary 11001001 10111011 11011 0 111 1010111 10101 110111 1001100 101101

Color Harmonies of #C9BB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BB1B

Black with #C9BB1B

Text Example


Text Example

White with #C9BB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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