Html Css Color HEX #C9BF1E Bird Flower

📋 copy color: '#C9BF1E'

red 201 ◦ green 191 ◦ blue 30

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

Shades of Bird Flower #C9BF1E

Tints of Bird Flower #C9BF1E

RGB

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

 GREEN value IS 191 (75% from 255) = 45.26%

 BLUE value IS 30 (12.11% from 255) = 7.11%

R = 47.63%
G = 45.26%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9BF1E (or 0xC9BF1E) is known color: Bird Flower. HEX triplet: C9, BF and 1E. RGB value is (201,191,30). Sum of RGB (Red+Green+Blue) = 201+191+30=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BF1E is #3640E1. Grayscale: #B0B0B0. Windows color (decimal): -3555554 or 2015177. OLE color: 2015177.

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

Color convert

RGB 201 191 30 -
CMYK 0 0.05 0.85 0.21
HSL 56.49º 0.74% 0.45% -
HSV(B) 56.49º 0.85% 0.79% -
XYZ 42.95 49.77 8.57 -
YUV 175.64 45.81 146.09 -
System Red Green Blue C M Y K H S L
Decimal 201 191 30 0 0.05 0.85 0.21 56.49 0.74 0.45
Hex C9 BF 1E 0 5 55 15 38 4A 2D
Octal 311 277 36 0 5 125 25 70 112 55
Binary 11001001 10111111 11110 0 101 1010101 10101 111000 1001010 101101

Color Harmonies of #C9BF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BF1E

Black with #C9BF1E

Text Example


Text Example

White with #C9BF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BF1E; }

 p { color: rgb(201,191,30); }

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

background-color css

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

 a { background-color: rgb(201,191,30); }

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

border-color css

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

 span { border-color: rgb(201,191,30); }

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