Html Css Color HEX #C9B61A Bird Flower

📋 copy color: '#C9B61A'

red 201 ◦ green 182 ◦ blue 26

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

Shades of Bird Flower #C9B61A

Tints of Bird Flower #C9B61A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.5%

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

R = 49.14%
G = 44.5%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9B61A (or 0xC9B61A) is known color: Bird Flower. HEX triplet: C9, B6 and 1A. RGB value is (201,182,26). Sum of RGB (Red+Green+Blue) = 201+182+26=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 26 (10.55% from 255 or 6.36% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B61A is #3649E5. Grayscale: #AAAAAA. Windows color (decimal): -3557862 or 1750729. OLE color: 1750729.

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

Color convert

RGB 201 182 26 -
CMYK 0 0.09 0.87 0.21
HSL 53.49º 0.77% 0.45% -
HSV(B) 53.49º 0.87% 0.79% -
XYZ 41 45.95 7.69 -
YUV 169.9 46.79 150.18 -
System Red Green Blue C M Y K H S L
Decimal 201 182 26 0 0.09 0.87 0.21 53.49 0.77 0.45
Hex C9 B6 1A 0 9 57 15 35 4D 2D
Octal 311 266 32 0 11 127 25 65 115 55
Binary 11001001 10110110 11010 0 1001 1010111 10101 110101 1001101 101101

Color Harmonies of #C9B61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B61A

Black with #C9B61A

Text Example


Text Example

White with #C9B61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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