Html Css Color HEX #C9BF15 Bird Flower

📋 copy color: '#C9BF15'

red 201 ◦ green 191 ◦ blue 21

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

Shades of Bird Flower #C9BF15

Tints of Bird Flower #C9BF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.08%

R = 48.67%
G = 46.25%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C9BF15 (or 0xC9BF15) is known color: Bird Flower. HEX triplet: C9, BF and 15. RGB value is (201,191,21). Sum of RGB (Red+Green+Blue) = 201+191+21=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BF15 is #3640EA. Grayscale: #AFAFAF. Windows color (decimal): -3555563 or 1425353. OLE color: 1425353.

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

Color convert

RGB 201 191 21 -
CMYK 0 0.05 0.90 0.21
HSL 56.67º 0.81% 0.44% -
HSV(B) 56.67º 0.9% 0.79% -
XYZ 42.85 49.73 8.05 -
YUV 174.61 41.31 146.82 -
System Red Green Blue C M Y K H S L
Decimal 201 191 21 0 0.05 0.90 0.21 56.67 0.81 0.44
Hex C9 BF 15 0 5 5A 15 39 51 2C
Octal 311 277 25 0 5 132 25 71 121 54
Binary 11001001 10111111 10101 0 101 1011010 10101 111001 1010001 101100

Color Harmonies of #C9BF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BF15

Black with #C9BF15

Text Example


Text Example

White with #C9BF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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