Html Css Color HEX #C9BF17 Bird Flower

📋 copy color: '#C9BF17'

red 201 ◦ green 191 ◦ blue 23

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

Shades of Bird Flower #C9BF17

Tints of Bird Flower #C9BF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.54%

R = 48.43%
G = 46.02%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C9BF17 (or 0xC9BF17) is known color: Bird Flower. HEX triplet: C9, BF and 17. RGB value is (201,191,23). Sum of RGB (Red+Green+Blue) = 201+191+23=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 23 (9.38% from 255 or 5.54% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BF17 is #3640E8. Grayscale: #AFAFAF. Windows color (decimal): -3555561 or 1556425. OLE color: 1556425.

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

Color convert

RGB 201 191 23 -
CMYK 0 0.05 0.89 0.21
HSL 56.63º 0.79% 0.44% -
HSV(B) 56.63º 0.89% 0.79% -
XYZ 42.87 49.74 8.15 -
YUV 174.84 42.31 146.66 -
System Red Green Blue C M Y K H S L
Decimal 201 191 23 0 0.05 0.89 0.21 56.63 0.79 0.44
Hex C9 BF 17 0 5 59 15 39 4F 2C
Octal 311 277 27 0 5 131 25 71 117 54
Binary 11001001 10111111 10111 0 101 1011001 10101 111001 1001111 101100

Color Harmonies of #C9BF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BF17

Black with #C9BF17

Text Example


Text Example

White with #C9BF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BF17; }

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

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

background-color css

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

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

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

border-color css

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

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

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