Html Css Color HEX #AEB26A Olive Green

📋 copy color: '#AEB26A'

red 174 ◦ green 178 ◦ blue 106

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

Shades of Olive Green #AEB26A

Tints of Olive Green #AEB26A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.86%

 BLUE value IS 106 (41.8% from 255) = 23.14%

R = 37.99%
G = 38.86%
B = 23.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#AEB26A (or 0xAEB26A) is known color: Olive Green. HEX triplet: AE, B2 and 6A. RGB value is (174,178,106). Sum of RGB (Red+Green+Blue) = 174+178+106=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB26A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB26A is #514D95. Grayscale: #A8A8A8. Windows color (decimal): -5328278 or 6992558. OLE color: 6992558.

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

Color convert

RGB 174 178 106 -
CMYK 0.02 0 0.40 0.30
HSL 63.33º 0.32% 0.56% -
HSV(B) 63.33º 0.4% 0.7% -
XYZ 35.98 41.88 19.82 -
YUV 168.6 92.67 131.85 -
System Red Green Blue C M Y K H S L
Decimal 174 178 106 0.02 0 0.40 0.30 63.33 0.32 0.56
Hex AE B2 6A 2 0 28 1E 3F 20 38
Octal 256 262 152 2 0 50 36 77 40 70
Binary 10101110 10110010 1101010 10 0 101000 11110 111111 100000 111000

Color Harmonies of #AEB26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB26A

Black with #AEB26A

Text Example


Text Example

White with #AEB26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB26A; }

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

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

background-color css

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

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

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

border-color css

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

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

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