Html Css Color HEX #C3A820 Earls Green

📋 copy color: '#C3A820'

red 195 ◦ green 168 ◦ blue 32

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

Shades of Earls Green #C3A820

Tints of Earls Green #C3A820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.1%

R = 49.37%
G = 42.53%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3A820 (or 0xC3A820) is known color: Earls Green. HEX triplet: C3, A8 and 20. RGB value is (195,168,32). Sum of RGB (Red+Green+Blue) = 195+168+32=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A820 is #3C57DF. Grayscale: #A1A1A1. Windows color (decimal): -3954656 or 2140355. OLE color: 2140355.

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

Color convert

RGB 195 168 32 -
CMYK 0 0.14 0.84 0.24
HSL 50.06º 0.72% 0.45% -
HSV(B) 50.06º 0.84% 0.76% -
XYZ 36.77 39.71 7.09 -
YUV 160.57 55.45 152.56 -
System Red Green Blue C M Y K H S L
Decimal 195 168 32 0 0.14 0.84 0.24 50.06 0.72 0.45
Hex C3 A8 20 0 E 54 18 32 48 2D
Octal 303 250 40 0 16 124 30 62 110 55
Binary 11000011 10101000 100000 0 1110 1010100 11000 110010 1001000 101101

Color Harmonies of #C3A820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A820

Black with #C3A820

Text Example


Text Example

White with #C3A820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A820; }

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

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

background-color css

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

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

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

border-color css

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

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

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