Html Css Color HEX #C9BC19 Bird Flower

📋 copy color: '#C9BC19'

red 201 ◦ green 188 ◦ blue 25

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

Shades of Bird Flower #C9BC19

Tints of Bird Flower #C9BC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.04%

R = 48.55%
G = 45.41%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C9BC19 (or 0xC9BC19) is known color: Bird Flower. HEX triplet: C9, BC and 19. RGB value is (201,188,25). Sum of RGB (Red+Green+Blue) = 201+188+25=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 25 (10.16% from 255 or 6.04% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BC19 is #3643E6. Grayscale: #ADADAD. Windows color (decimal): -3556327 or 1686729. OLE color: 1686729.

HSL color Cylindrical-coordinate representation of color #C9BC19: hue angle of 55.57º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9BC19 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 188 25 -
CMYK 0 0.06 0.88 0.21
HSL 55.57º 0.78% 0.44% -
HSV(B) 55.57º 0.88% 0.79% -
XYZ 42.25 48.45 8.05 -
YUV 173.31 44.31 147.75 -
System Red Green Blue C M Y K H S L
Decimal 201 188 25 0 0.06 0.88 0.21 55.57 0.78 0.44
Hex C9 BC 19 0 6 58 15 38 4E 2C
Octal 311 274 31 0 6 130 25 70 116 54
Binary 11001001 10111100 11001 0 110 1011000 10101 111000 1001110 101100

Color Harmonies of #C9BC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BC19

Black with #C9BC19

Text Example


Text Example

White with #C9BC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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