Html Css Color HEX #C2A52C Earls Green

📋 copy color: '#C2A52C'

red 194 ◦ green 165 ◦ blue 44

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

Shades of Earls Green #C2A52C

Tints of Earls Green #C2A52C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.94%

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

R = 48.14%
G = 40.94%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2A52C (or 0xC2A52C) is known color: Earls Green. HEX triplet: C2, A5 and 2C. RGB value is (194,165,44). Sum of RGB (Red+Green+Blue) = 194+165+44=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A52C is #3D5AD3. Grayscale: #A0A0A0. Windows color (decimal): -4020948 or 2926018. OLE color: 2926018.

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

Color convert

RGB 194 165 44 -
CMYK 0 0.15 0.77 0.24
HSL 48.4º 0.63% 0.47% -
HSV(B) 48.4º 0.77% 0.76% -
XYZ 36.16 38.56 7.92 -
YUV 159.88 62.61 152.34 -
System Red Green Blue C M Y K H S L
Decimal 194 165 44 0 0.15 0.77 0.24 48.4 0.63 0.47
Hex C2 A5 2C 0 F 4D 18 30 3F 2F
Octal 302 245 54 0 17 115 30 60 77 57
Binary 11000010 10100101 101100 0 1111 1001101 11000 110000 111111 101111

Color Harmonies of #C2A52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A52C

Black with #C2A52C

Text Example


Text Example

White with #C2A52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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