Html Css Color HEX #C9B81A Bird Flower

📋 copy color: '#C9B81A'

red 201 ◦ green 184 ◦ blue 26

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

Shades of Bird Flower #C9B81A

Tints of Bird Flower #C9B81A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.77%

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

R = 48.91%
G = 44.77%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9B81A (or 0xC9B81A) is known color: Bird Flower. HEX triplet: C9, B8 and 1A. RGB value is (201,184,26). Sum of RGB (Red+Green+Blue) = 201+184+26=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B81A is #3647E5. Grayscale: #ABABAB. Windows color (decimal): -3557350 or 1751241. OLE color: 1751241.

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

Color convert

RGB 201 184 26 -
CMYK 0 0.08 0.87 0.21
HSL 54.17º 0.77% 0.45% -
HSV(B) 54.17º 0.87% 0.79% -
XYZ 41.41 46.77 7.82 -
YUV 171.07 46.13 149.35 -
System Red Green Blue C M Y K H S L
Decimal 201 184 26 0 0.08 0.87 0.21 54.17 0.77 0.45
Hex C9 B8 1A 0 8 57 15 36 4D 2D
Octal 311 270 32 0 10 127 25 66 115 55
Binary 11001001 10111000 11010 0 1000 1010111 10101 110110 1001101 101101

Color Harmonies of #C9B81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B81A

Black with #C9B81A

Text Example


Text Example

White with #C9B81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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