Html Css Color HEX #C9BF1C Bird Flower

📋 copy color: '#C9BF1C'

red 201 ◦ green 191 ◦ blue 28

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

Shades of Bird Flower #C9BF1C

Tints of Bird Flower #C9BF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.67%

R = 47.86%
G = 45.48%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9BF1C (or 0xC9BF1C) is known color: Bird Flower. HEX triplet: C9, BF and 1C. RGB value is (201,191,28). Sum of RGB (Red+Green+Blue) = 201+191+28=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 28 (11.33% from 255 or 6.67% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BF1C is #3640E3. Grayscale: #B0B0B0. Windows color (decimal): -3555556 or 1884105. OLE color: 1884105.

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

Color convert

RGB 201 191 28 -
CMYK 0 0.05 0.86 0.21
HSL 56.53º 0.76% 0.45% -
HSV(B) 56.53º 0.86% 0.79% -
XYZ 42.93 49.76 8.44 -
YUV 175.41 44.81 146.25 -
System Red Green Blue C M Y K H S L
Decimal 201 191 28 0 0.05 0.86 0.21 56.53 0.76 0.45
Hex C9 BF 1C 0 5 56 15 39 4C 2D
Octal 311 277 34 0 5 126 25 71 114 55
Binary 11001001 10111111 11100 0 101 1010110 10101 111001 1001100 101101

Color Harmonies of #C9BF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BF1C

Black with #C9BF1C

Text Example


Text Example

White with #C9BF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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