Html Css Color HEX #C1B220 Earls Green

📋 copy color: '#C1B220'

red 193 ◦ green 178 ◦ blue 32

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

Shades of Earls Green #C1B220

Tints of Earls Green #C1B220

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.17%

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

R = 47.89%
G = 44.17%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C1B220 (or 0xC1B220) is known color: Earls Green. HEX triplet: C1, B2 and 20. RGB value is (193,178,32). Sum of RGB (Red+Green+Blue) = 193+178+32=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B220 is #3E4DDF. Grayscale: #A6A6A6. Windows color (decimal): -4083168 or 2142913. OLE color: 2142913.

HSL color Cylindrical-coordinate representation of color #C1B220: hue angle of 54.41º 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 #C1B220 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 178 32 -
CMYK 0 0.08 0.83 0.24
HSL 54.41º 0.72% 0.44% -
HSV(B) 54.41º 0.83% 0.76% -
XYZ 38.17 43.28 7.71 -
YUV 165.84 52.47 147.37 -
System Red Green Blue C M Y K H S L
Decimal 193 178 32 0 0.08 0.83 0.24 54.41 0.72 0.44
Hex C1 B2 20 0 8 53 18 36 48 2C
Octal 301 262 40 0 10 123 30 66 110 54
Binary 11000001 10110010 100000 0 1000 1010011 11000 110110 1001000 101100

Color Harmonies of #C1B220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B220

Black with #C1B220

Text Example


Text Example

White with #C1B220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B220; }

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

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

background-color css

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

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

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

border-color css

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

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

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