Html Css Color HEX #AEB058 Olive Green

📋 copy color: '#AEB058'

red 174 ◦ green 176 ◦ blue 88

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

Shades of Olive Green #AEB058

Tints of Olive Green #AEB058

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.18%

 BLUE value IS 88 (34.77% from 255) = 20.09%

R = 39.73%
G = 40.18%
B = 20.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AEB058 (or 0xAEB058) is known color: Olive Green. HEX triplet: AE, B0 and 58. RGB value is (174,176,88). Sum of RGB (Red+Green+Blue) = 174+176+88=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB058 is #514FA7. Grayscale: #A5A5A5. Windows color (decimal): -5328808 or 5812398. OLE color: 5812398.

HSL color Cylindrical-coordinate representation of color #AEB058: hue angle of 61.36º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEB058 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 176 88 -
CMYK 0.01 0 0.50 0.31
HSL 61.36º 0.36% 0.52% -
HSV(B) 61.36º 0.5% 0.69% -
XYZ 34.74 40.75 15.27 -
YUV 165.37 84.34 134.16 -
System Red Green Blue C M Y K H S L
Decimal 174 176 88 0.01 0 0.50 0.31 61.36 0.36 0.52
Hex AE B0 58 1 0 32 1F 3D 24 34
Octal 256 260 130 1 0 62 37 75 44 64
Binary 10101110 10110000 1011000 1 0 110010 11111 111101 100100 110100

Color Harmonies of #AEB058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB058

Black with #AEB058

Text Example


Text Example

White with #AEB058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB058; }

 p { color: rgb(174,176,88); }

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

background-color css

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

 a { background-color: rgb(174,176,88); }

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

border-color css

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

 span { border-color: rgb(174,176,88); }

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