Html Css Color HEX #C3A82A Earls Green

📋 copy color: '#C3A82A'

red 195 ◦ green 168 ◦ blue 42

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

Shades of Earls Green #C3A82A

Tints of Earls Green #C3A82A

RGB

 RED value IS 195 (76.56% from 255) = 48.15%

 GREEN value IS 168 (66.02% from 255) = 41.48%

 BLUE value IS 42 (16.8% from 255) = 10.37%

R = 48.15%
G = 41.48%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3A82A (or 0xC3A82A) is known color: Earls Green. HEX triplet: C3, A8 and 2A. RGB value is (195,168,42). Sum of RGB (Red+Green+Blue) = 195+168+42=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A82A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A82A is #3C57D5. Grayscale: #A2A2A2. Windows color (decimal): -3954646 or 2795715. OLE color: 2795715.

HSL color Cylindrical-coordinate representation of color #C3A82A: hue angle of 49.41º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3A82A is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 168 42 -
CMYK 0 0.14 0.78 0.24
HSL 49.41º 0.65% 0.46% -
HSV(B) 49.41º 0.78% 0.76% -
XYZ 36.93 39.77 7.92 -
YUV 161.71 60.45 151.75 -
System Red Green Blue C M Y K H S L
Decimal 195 168 42 0 0.14 0.78 0.24 49.41 0.65 0.46
Hex C3 A8 2A 0 E 4E 18 31 41 2E
Octal 303 250 52 0 16 116 30 61 101 56
Binary 11000011 10101000 101010 0 1110 1001110 11000 110001 1000001 101110

Color Harmonies of #C3A82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A82A

Black with #C3A82A

Text Example


Text Example

White with #C3A82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A82A; }

 p { color: rgb(195,168,42); }

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

background-color css

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

 a { background-color: rgb(195,168,42); }

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

border-color css

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

 span { border-color: rgb(195,168,42); }

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