Html Css Color HEX #C1B720 Earls Green

📋 copy color: '#C1B720'

red 193 ◦ green 183 ◦ blue 32

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

Shades of Earls Green #C1B720

Tints of Earls Green #C1B720

RGB

 RED value IS 193 (75.78% from 255) = 47.3%

 GREEN value IS 183 (71.88% from 255) = 44.85%

 BLUE value IS 32 (12.89% from 255) = 7.84%

R = 47.3%
G = 44.85%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C1B720 (or 0xC1B720) is known color: Earls Green. HEX triplet: C1, B7 and 20. RGB value is (193,183,32). Sum of RGB (Red+Green+Blue) = 193+183+32=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B720 is #3E48DF. Grayscale: #A9A9A9. Windows color (decimal): -4081888 or 2144193. OLE color: 2144193.

HSL color Cylindrical-coordinate representation of color #C1B720: hue angle of 56.27º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1B720 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 183 32 -
CMYK 0 0.05 0.83 0.24
HSL 56.27º 0.72% 0.44% -
HSV(B) 56.27º 0.83% 0.76% -
XYZ 39.19 45.31 8.05 -
YUV 168.78 50.81 145.28 -
System Red Green Blue C M Y K H S L
Decimal 193 183 32 0 0.05 0.83 0.24 56.27 0.72 0.44
Hex C1 B7 20 0 5 53 18 38 48 2C
Octal 301 267 40 0 5 123 30 70 110 54
Binary 11000001 10110111 100000 0 101 1010011 11000 111000 1001000 101100

Color Harmonies of #C1B720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B720

Black with #C1B720

Text Example


Text Example

White with #C1B720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B720; }

 p { color: rgb(193,183,32); }

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

background-color css

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

 a { background-color: rgb(193,183,32); }

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

border-color css

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

 span { border-color: rgb(193,183,32); }

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