Html Css Color HEX #AEB26B Olive Green

📋 copy color: '#AEB26B'

red 174 ◦ green 178 ◦ blue 107

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

Shades of Olive Green #AEB26B

Tints of Olive Green #AEB26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.31%

R = 37.91%
G = 38.78%
B = 23.31%

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

#AEB26B (or 0xAEB26B) is known color: Olive Green. HEX triplet: AE, B2 and 6B. RGB value is (174,178,107). Sum of RGB (Red+Green+Blue) = 174+178+107=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB26B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB26B is #514D94. Grayscale: #A8A8A8. Windows color (decimal): -5328277 or 7058094. OLE color: 7058094.

HSL color Cylindrical-coordinate representation of color #AEB26B: hue angle of 63.38º 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 #AEB26B is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 178 107 -
CMYK 0.02 0 0.40 0.30
HSL 63.38º 0.32% 0.56% -
HSV(B) 63.38º 0.4% 0.7% -
XYZ 36.03 41.9 20.1 -
YUV 168.71 93.17 131.77 -
System Red Green Blue C M Y K H S L
Decimal 174 178 107 0.02 0 0.40 0.30 63.38 0.32 0.56
Hex AE B2 6B 2 0 28 1E 3F 20 38
Octal 256 262 153 2 0 50 36 77 40 70
Binary 10101110 10110010 1101011 10 0 101000 11110 111111 100000 111000

Color Harmonies of #AEB26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB26B

Black with #AEB26B

Text Example


Text Example

White with #AEB26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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