#c3b42a

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

Shades of Earls Green #C3B42A

Tints of Earls Green #C3B42A

Color information

#C3B42A (or 0xC3B42A) is unknown color: approx Earls Green. HEX triplet: C3, B4 and 2A. RGB value is (195,180,42). Sum of RGB (Red+Green+Blue) = 195+180+42=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B42A is #3C4BD5. Grayscale: #A9A9A9. Windows color (decimal): -3951574 or 2798787. OLE color: 2798787.

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

Color convert

RGB19518042-
CMYK00.080.780.24
HSL54.12º64.56%46.47%-
HSV(B)54.12º78.46%76.47%-
XYZ39.2444.418.69-
YUV168.7556.47146.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.76%
GREEN value IS 180 (70.70% from 255) = 43.17%
BLUE value IS 42 (16.80% from 255) = 10.07%
R=46.76%
G=43.17%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951804200.080.780.2454.1264.5646.47
HexC3B42A084E1836412e
Octal30326452010116306610156
Binary1100001110110100101010010001001110110001101101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3b42a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3b42a; }

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

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

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

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

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

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

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

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