Html Css Color HEX #C3A82C Earls Green

📋 copy color: '#C3A82C'

red 195 ◦ green 168 ◦ blue 44

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

Shades of Earls Green #C3A82C

Tints of Earls Green #C3A82C

RGB

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

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

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

R = 47.91%
G = 41.28%
B = 10.81%

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

#C3A82C (or 0xC3A82C) is known color: Earls Green. HEX triplet: C3, A8 and 2C. RGB value is (195,168,44). Sum of RGB (Red+Green+Blue) = 195+168+44=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A82C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A82C is #3C57D3. Grayscale: #A2A2A2. Windows color (decimal): -3954644 or 2926787. OLE color: 2926787.

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

Color convert

RGB 195 168 44 -
CMYK 0 0.14 0.77 0.24
HSL 49.27º 0.63% 0.47% -
HSV(B) 49.27º 0.77% 0.76% -
XYZ 36.96 39.79 8.11 -
YUV 161.94 61.45 151.58 -
System Red Green Blue C M Y K H S L
Decimal 195 168 44 0 0.14 0.77 0.24 49.27 0.63 0.47
Hex C3 A8 2C 0 E 4D 18 31 3F 2F
Octal 303 250 54 0 16 115 30 61 77 57
Binary 11000011 10101000 101100 0 1110 1001101 11000 110001 111111 101111

Color Harmonies of #C3A82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A82C

Black with #C3A82C

Text Example


Text Example

White with #C3A82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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