Html Css Color HEX #C9BB1A Bird Flower

📋 copy color: '#C9BB1A'

red 201 ◦ green 187 ◦ blue 26

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

Shades of Bird Flower #C9BB1A

Tints of Bird Flower #C9BB1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.28%

R = 48.55%
G = 45.17%
B = 6.28%

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

#C9BB1A (or 0xC9BB1A) is known color: Bird Flower. HEX triplet: C9, BB and 1A. RGB value is (201,187,26). Sum of RGB (Red+Green+Blue) = 201+187+26=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 26 (10.55% from 255 or 6.28% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BB1A is #3644E5. Grayscale: #ADADAD. Windows color (decimal): -3556582 or 1752009. OLE color: 1752009.

HSL color Cylindrical-coordinate representation of color #C9BB1A: hue angle of 55.2º degrees, saturation: 0.77, 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 #C9BB1A is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 187 26 -
CMYK 0 0.07 0.87 0.21
HSL 55.2º 0.77% 0.45% -
HSV(B) 55.2º 0.87% 0.79% -
XYZ 42.04 48.03 8.03 -
YUV 172.83 45.14 148.09 -
System Red Green Blue C M Y K H S L
Decimal 201 187 26 0 0.07 0.87 0.21 55.2 0.77 0.45
Hex C9 BB 1A 0 7 57 15 37 4D 2D
Octal 311 273 32 0 7 127 25 67 115 55
Binary 11001001 10111011 11010 0 111 1010111 10101 110111 1001101 101101

Color Harmonies of #C9BB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BB1A

Black with #C9BB1A

Text Example


Text Example

White with #C9BB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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