#C6AE21

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

Shades of Earls Green #C6AE21

Tints of Earls Green #C6AE21

Color information

#C6AE21 (or 0xC6AE21) is unknown color: approx Earls Green. HEX triplet: C6, AE and 21. RGB value is (198,174,33). Sum of RGB (Red+Green+Blue) = 198+174+33=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AE21 is #3951DE. Grayscale: #A5A5A5. Windows color (decimal): -3756511 or 2207430. OLE color: 2207430.

HSL color Cylindrical-coordinate representation of color #C6AE21: hue angle of 51.27º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6AE21 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB19817433-
CMYK00.120.830.22
HSL51.27º71.43%45.29%-
HSV(B)51.27º83.33%77.65%-
XYZ38.742.397.58-
YUV165.153.45151.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.89%
GREEN value IS 174 (68.36% from 255) = 42.96%
BLUE value IS 33 (13.28% from 255) = 8.15%
R=48.89%
G=42.96%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981743300.120.830.2251.2771.4345.29
HexC6AE210C531633472d
Octal30625641014123266310755
Binary1100011010101110100001011001010011101101100111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AE21; }

 p { color: rgb(198,174,33); }

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

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

 a { background-color: rgb(198,174,33); }

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

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

 span { border-color: rgb(198,174,33); }

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