Html Css Color HEX #C9BE1C Bird Flower

📋 copy color: '#C9BE1C'

red 201 ◦ green 190 ◦ blue 28

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

Shades of Bird Flower #C9BE1C

Tints of Bird Flower #C9BE1C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.35%

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

R = 47.97%
G = 45.35%
B = 6.68%

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

#C9BE1C (or 0xC9BE1C) is known color: Bird Flower. HEX triplet: C9, BE and 1C. RGB value is (201,190,28). Sum of RGB (Red+Green+Blue) = 201+190+28=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 28 (11.33% from 255 or 6.68% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BE1C is #3641E3. Grayscale: #AFAFAF. Windows color (decimal): -3555812 or 1883849. OLE color: 1883849.

HSL color Cylindrical-coordinate representation of color #C9BE1C: hue angle of 56.18º 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 #C9BE1C is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 190 28 -
CMYK 0 0.05 0.86 0.21
HSL 56.18º 0.76% 0.45% -
HSV(B) 56.18º 0.86% 0.79% -
XYZ 42.71 49.33 8.37 -
YUV 174.82 45.14 146.67 -
System Red Green Blue C M Y K H S L
Decimal 201 190 28 0 0.05 0.86 0.21 56.18 0.76 0.45
Hex C9 BE 1C 0 5 56 15 38 4C 2D
Octal 311 276 34 0 5 126 25 70 114 55
Binary 11001001 10111110 11100 0 101 1010110 10101 111000 1001100 101101

Color Harmonies of #C9BE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BE1C

Black with #C9BE1C

Text Example


Text Example

White with #C9BE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BE1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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