Html Css Color HEX #AEB12D Earls Green

📋 copy color: '#AEB12D'

red 174 ◦ green 177 ◦ blue 45

#AEB12D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #AEB12D

Tints of Earls Green #AEB12D

RGB

 RED value IS 174 (68.36% from 255) = 43.94%

 GREEN value IS 177 (69.53% from 255) = 44.7%

 BLUE value IS 45 (17.97% from 255) = 11.36%

R = 43.94%
G = 44.7%
B = 11.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AEB12D (or 0xAEB12D) is known color: Earls Green. HEX triplet: AE, B1 and 2D. RGB value is (174,177,45). Sum of RGB (Red+Green+Blue) = 174+177+45=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB12D is #514ED2. Grayscale: #A1A1A1. Windows color (decimal): -5328595 or 2994606. OLE color: 2994606.

HSL color Cylindrical-coordinate representation of color #AEB12D: hue angle of 61.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AEB12D is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 177 45 -
CMYK 0.02 0 0.75 0.31
HSL 61.36º 0.59% 0.44% -
HSV(B) 61.36º 0.75% 0.69% -
XYZ 33.65 40.63 8.55 -
YUV 161.06 62.51 137.23 -
System Red Green Blue C M Y K H S L
Decimal 174 177 45 0.02 0 0.75 0.31 61.36 0.59 0.44
Hex AE B1 2D 2 0 4B 1F 3D 3B 2C
Octal 256 261 55 2 0 113 37 75 73 54
Binary 10101110 10110001 101101 10 0 1001011 11111 111101 111011 101100

Color Harmonies of #AEB12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB12D

Black with #AEB12D

Text Example


Text Example

White with #AEB12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB12D; }

 p { color: rgb(174,177,45); }

 H1.HeaderClassName
 {
   color: #AEB12D;
 }
 .AnyTagClassName
 {
   color: #AEB12D;
 }
</style>

background-color css

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

 a { background-color: rgb(174,177,45); }

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

border-color css

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

 span { border-color: rgb(174,177,45); }

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