Html Css Color HEX #C2B62C Earls Green

📋 copy color: '#C2B62C'

red 194 ◦ green 182 ◦ blue 44

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

Shades of Earls Green #C2B62C

Tints of Earls Green #C2B62C

RGB

 RED value IS 194 (76.17% from 255) = 46.19%

 GREEN value IS 182 (71.48% from 255) = 43.33%

 BLUE value IS 44 (17.58% from 255) = 10.48%

R = 46.19%
G = 43.33%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2B62C (or 0xC2B62C) is known color: Earls Green. HEX triplet: C2, B6 and 2C. RGB value is (194,182,44). Sum of RGB (Red+Green+Blue) = 194+182+44=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B62C is #3D49D3. Grayscale: #AAAAAA. Windows color (decimal): -4016596 or 2930370. OLE color: 2930370.

HSL color Cylindrical-coordinate representation of color #C2B62C: hue angle of 55.2º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2B62C is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 182 44 -
CMYK 0 0.06 0.77 0.24
HSL 55.2º 0.63% 0.47% -
HSV(B) 55.2º 0.77% 0.76% -
XYZ 39.43 45.11 9.01 -
YUV 169.86 56.98 145.22 -
System Red Green Blue C M Y K H S L
Decimal 194 182 44 0 0.06 0.77 0.24 55.2 0.63 0.47
Hex C2 B6 2C 0 6 4D 18 37 3F 2F
Octal 302 266 54 0 6 115 30 67 77 57
Binary 11000010 10110110 101100 0 110 1001101 11000 110111 111111 101111

Color Harmonies of #C2B62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B62C

Black with #C2B62C

Text Example


Text Example

White with #C2B62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B62C; }

 p { color: rgb(194,182,44); }

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

background-color css

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

 a { background-color: rgb(194,182,44); }

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

border-color css

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

 span { border-color: rgb(194,182,44); }

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