Html Css Color HEX #C3A82D Earls Green

📋 copy color: '#C3A82D'

red 195 ◦ green 168 ◦ blue 45

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

Shades of Earls Green #C3A82D

Tints of Earls Green #C3A82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.03%

R = 47.79%
G = 41.18%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3A82D (or 0xC3A82D) is known color: Earls Green. HEX triplet: C3, A8 and 2D. RGB value is (195,168,45). Sum of RGB (Red+Green+Blue) = 195+168+45=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A82D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A82D is #3C57D2. Grayscale: #A2A2A2. Windows color (decimal): -3954643 or 2992323. OLE color: 2992323.

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

Color convert

RGB 195 168 45 -
CMYK 0 0.14 0.77 0.24
HSL 49.2º 0.63% 0.47% -
HSV(B) 49.2º 0.77% 0.76% -
XYZ 36.98 39.8 8.22 -
YUV 162.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 195 168 45 0 0.14 0.77 0.24 49.2 0.63 0.47
Hex C3 A8 2D 0 E 4D 18 31 3E 2F
Octal 303 250 55 0 16 115 30 61 76 57
Binary 11000011 10101000 101101 0 1110 1001101 11000 110001 111110 101111

Color Harmonies of #C3A82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A82D

Black with #C3A82D

Text Example


Text Example

White with #C3A82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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