#C2AD1E

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

Shades of Earls Green #C2AD1E

Tints of Earls Green #C2AD1E

Color information

#C2AD1E (or 0xC2AD1E) is unknown color: approx Earls Green. HEX triplet: C2, AD and 1E. RGB value is (194,173,30). Sum of RGB (Red+Green+Blue) = 194+173+30=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD1E is #3D52E1. Grayscale: #A3A3A3. Windows color (decimal): -4018914 or 2010562. OLE color: 2010562.

HSL color Cylindrical-coordinate representation of color #C2AD1E: hue angle of 52.32º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2AD1E is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB19417330-
CMYK00.110.850.24
HSL52.32º73.21%43.92%-
HSV(B)52.32º84.54%76.08%-
XYZ37.4341.457.26-
YUV162.9852.96150.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.87%
GREEN value IS 173 (67.97% from 255) = 43.58%
BLUE value IS 30 (12.11% from 255) = 7.56%
R=48.87%
G=43.58%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941733000.110.850.2452.3273.2143.92
HexC2AD1E0B551834492c
Octal30225536013125306411154
Binary110000101010110111110010111010101110001101001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AD1E; }

 p { color: rgb(194,173,30); }

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

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

 a { background-color: rgb(194,173,30); }

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

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

 span { border-color: rgb(194,173,30); }

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