#C3A630

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

Shades of Earls Green #C3A630

Tints of Earls Green #C3A630

Color information

#C3A630 (or 0xC3A630) is unknown color: approx Earls Green. HEX triplet: C3, A6 and 30. RGB value is (195,166,48). Sum of RGB (Red+Green+Blue) = 195+166+48=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A630 is #3C59CF. Grayscale: #A1A1A1. Windows color (decimal): -3955152 or 3188419. OLE color: 3188419.

HSL color Cylindrical-coordinate representation of color #C3A630: hue angle of 48.16º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3A630 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB19516648-
CMYK00.150.750.24
HSL48.16º60.49%47.65%-
HSV(B)48.16º75.38%76.47%-
XYZ36.6839.098.41-
YUV161.2264.11152.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.68%
GREEN value IS 166 (65.23% from 255) = 40.59%
BLUE value IS 48 (19.14% from 255) = 11.74%
R=47.68%
G=40.59%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951664800.150.750.2448.1660.4947.65
HexC3A6300F4B18303c30
Octal3032466001711330607460
Binary110000111010011011000001111100101111000110000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A630; }

 p { color: rgb(195,166,48); }

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

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

 a { background-color: rgb(195,166,48); }

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

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

 span { border-color: rgb(195,166,48); }

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