Html Css Color HEX #C9BF1B Bird Flower

📋 copy color: '#C9BF1B'

red 201 ◦ green 191 ◦ blue 27

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

Shades of Bird Flower #C9BF1B

Tints of Bird Flower #C9BF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.44%

R = 47.97%
G = 45.58%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9BF1B (or 0xC9BF1B) is known color: Bird Flower. HEX triplet: C9, BF and 1B. RGB value is (201,191,27). Sum of RGB (Red+Green+Blue) = 201+191+27=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 27 (10.94% from 255 or 6.44% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BF1B is #3640E4. Grayscale: #AFAFAF. Windows color (decimal): -3555557 or 1818569. OLE color: 1818569.

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

Color convert

RGB 201 191 27 -
CMYK 0 0.05 0.87 0.21
HSL 56.55º 0.76% 0.45% -
HSV(B) 56.55º 0.87% 0.79% -
XYZ 42.92 49.76 8.38 -
YUV 175.29 44.31 146.34 -
System Red Green Blue C M Y K H S L
Decimal 201 191 27 0 0.05 0.87 0.21 56.55 0.76 0.45
Hex C9 BF 1B 0 5 57 15 39 4C 2D
Octal 311 277 33 0 5 127 25 71 114 55
Binary 11001001 10111111 11011 0 101 1010111 10101 111001 1001100 101101

Color Harmonies of #C9BF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BF1B

Black with #C9BF1B

Text Example


Text Example

White with #C9BF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BF1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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