Html Css Color HEX #C9BC1E Bird Flower

📋 copy color: '#C9BC1E'

red 201 ◦ green 188 ◦ blue 30

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

Shades of Bird Flower #C9BC1E

Tints of Bird Flower #C9BC1E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.87%

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

R = 47.97%
G = 44.87%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9BC1E (or 0xC9BC1E) is known color: Bird Flower. HEX triplet: C9, BC and 1E. RGB value is (201,188,30). Sum of RGB (Red+Green+Blue) = 201+188+30=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC1E is #3643E1. Grayscale: #AEAEAE. Windows color (decimal): -3556322 or 2014409. OLE color: 2014409.

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

Color convert

RGB 201 188 30 -
CMYK 0 0.06 0.85 0.21
HSL 55.44º 0.74% 0.45% -
HSV(B) 55.44º 0.85% 0.79% -
XYZ 42.3 48.48 8.36 -
YUV 173.88 46.81 147.35 -
System Red Green Blue C M Y K H S L
Decimal 201 188 30 0 0.06 0.85 0.21 55.44 0.74 0.45
Hex C9 BC 1E 0 6 55 15 37 4A 2D
Octal 311 274 36 0 6 125 25 67 112 55
Binary 11001001 10111100 11110 0 110 1010101 10101 110111 1001010 101101

Color Harmonies of #C9BC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BC1E

Black with #C9BC1E

Text Example


Text Example

White with #C9BC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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