Html Css Color HEX #C9B51B Bird Flower

📋 copy color: '#C9B51B'

red 201 ◦ green 181 ◦ blue 27

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

Shades of Bird Flower #C9B51B

Tints of Bird Flower #C9B51B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.25%

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

R = 49.14%
G = 44.25%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9B51B (or 0xC9B51B) is known color: Bird Flower. HEX triplet: C9, B5 and 1B. RGB value is (201,181,27). Sum of RGB (Red+Green+Blue) = 201+181+27=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B51B is #364AE4. Grayscale: #AAAAAA. Windows color (decimal): -3558117 or 1816009. OLE color: 1816009.

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

Color convert

RGB 201 181 27 -
CMYK 0 0.10 0.87 0.21
HSL 53.1º 0.76% 0.45% -
HSV(B) 53.1º 0.87% 0.79% -
XYZ 40.81 45.54 7.68 -
YUV 169.42 47.63 150.52 -
System Red Green Blue C M Y K H S L
Decimal 201 181 27 0 0.10 0.87 0.21 53.1 0.76 0.45
Hex C9 B5 1B 0 A 57 15 35 4C 2D
Octal 311 265 33 0 12 127 25 65 114 55
Binary 11001001 10110101 11011 0 1010 1010111 10101 110101 1001100 101101

Color Harmonies of #C9B51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B51B

Black with #C9B51B

Text Example


Text Example

White with #C9B51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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