Html Css Color HEX #AEB266 Olive Green

📋 copy color: '#AEB266'

red 174 ◦ green 178 ◦ blue 102

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

Shades of Olive Green #AEB266

Tints of Olive Green #AEB266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.47%

R = 38.33%
G = 39.21%
B = 22.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#AEB266 (or 0xAEB266) is known color: Olive Green. HEX triplet: AE, B2 and 66. RGB value is (174,178,102). Sum of RGB (Red+Green+Blue) = 174+178+102=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB266 is #514D99. Grayscale: #A8A8A8. Windows color (decimal): -5328282 or 6730414. OLE color: 6730414.

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

Color convert

RGB 174 178 102 -
CMYK 0.02 0 0.43 0.30
HSL 63.16º 0.33% 0.55% -
HSV(B) 63.16º 0.43% 0.7% -
XYZ 35.77 41.8 18.75 -
YUV 168.14 90.67 132.18 -
System Red Green Blue C M Y K H S L
Decimal 174 178 102 0.02 0 0.43 0.30 63.16 0.33 0.55
Hex AE B2 66 2 0 2B 1E 3F 21 37
Octal 256 262 146 2 0 53 36 77 41 67
Binary 10101110 10110010 1100110 10 0 101011 11110 111111 100001 110111

Color Harmonies of #AEB266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB266

Black with #AEB266

Text Example


Text Example

White with #AEB266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB266; }

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

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

background-color css

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

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

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

border-color css

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

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

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