#AEB232

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

Shades of Earls Green #AEB232

Tints of Earls Green #AEB232

Color information

#AEB232 (or 0xAEB232) is unknown color: approx Earls Green. HEX triplet: AE, B2 and 32. RGB value is (174,178,50). Sum of RGB (Red+Green+Blue) = 174+178+50=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB232 is #514DCD. Grayscale: #A2A2A2. Windows color (decimal): -5328334 or 3322542. OLE color: 3322542.

HSL color Cylindrical-coordinate representation of color #AEB232: hue angle of 61.88º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AEB232 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB17417850-
CMYK0.0200.720.30
HSL61.88º56.14%44.71%-
HSV(B)61.88º71.91%69.8%-
XYZ33.9541.079.16-
YUV162.2164.67136.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 178 (69.92% from 255) = 44.28%
BLUE value IS 50 (19.92% from 255) = 12.44%
R=43.28%
G=44.28%
B=12.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174178500.0200.720.3061.8856.1444.71
HexAEB23220481E3e382d
Octal256262622011036767055
Binary1010111010110010110010100100100011110111110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB232; }

 p { color: rgb(174,178,50); }

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

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

 a { background-color: rgb(174,178,50); }

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

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

 span { border-color: rgb(174,178,50); }

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