#C3A82B

Color #C3A82B Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #C3A82B

Tints of Earls Green #C3A82B

Color information

#C3A82B (or 0xC3A82B) is unknown color: approx Earls Green. HEX triplet: C3, A8 and 2B. RGB value is (195,168,43). Sum of RGB (Red+Green+Blue) = 195+168+43=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A82B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A82B is #3C57D4. Grayscale: #A2A2A2. Windows color (decimal): -3954645 or 2861251. OLE color: 2861251.

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

Color convert

RGB19516843-
CMYK00.140.780.24
HSL49.34º63.87%46.67%-
HSV(B)49.34º77.95%76.47%-
XYZ36.9439.788.02-
YUV161.8260.95151.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.03%
GREEN value IS 168 (66.02% from 255) = 41.38%
BLUE value IS 43 (17.19% from 255) = 10.59%
R=48.03%
G=41.38%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951684300.140.780.2449.3463.8746.67
HexC3A82B0E4E1831402f
Octal30325053016116306110057
Binary1100001110101000101011011101001110110001100011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A82B; }

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

 H1.HeaderClassName
 {
   color: #C3A82B;
 }
 .AnyTagClassName
 {
   color: #C3A82B;
 }
</style>
background-color css

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

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

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

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

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

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