Html Css Color HEX #AEB65C Olive Green

📋 copy color: '#AEB65C'

red 174 ◦ green 182 ◦ blue 92

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

Shades of Olive Green #AEB65C

Tints of Olive Green #AEB65C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.63%

 BLUE value IS 92 (36.33% from 255) = 20.54%

R = 38.84%
G = 40.63%
B = 20.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#AEB65C (or 0xAEB65C) is known color: Olive Green. HEX triplet: AE, B6 and 5C. RGB value is (174,182,92). Sum of RGB (Red+Green+Blue) = 174+182+92=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB65C is #5149A3. Grayscale: #A9A9A9. Windows color (decimal): -5327268 or 6076078. OLE color: 6076078.

HSL color Cylindrical-coordinate representation of color #AEB65C: hue angle of 65.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AEB65C is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 182 92 -
CMYK 0.04 0 0.49 0.29
HSL 65.33º 0.38% 0.54% -
HSV(B) 65.33º 0.49% 0.71% -
XYZ 36.12 43.23 16.57 -
YUV 169.35 84.35 131.32 -
System Red Green Blue C M Y K H S L
Decimal 174 182 92 0.04 0 0.49 0.29 65.33 0.38 0.54
Hex AE B6 5C 4 0 31 1D 41 26 36
Octal 256 266 134 4 0 61 35 101 46 66
Binary 10101110 10110110 1011100 100 0 110001 11101 1000001 100110 110110

Color Harmonies of #AEB65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB65C

Black with #AEB65C

Text Example


Text Example

White with #AEB65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB65C; }

 p { color: rgb(174,182,92); }

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

background-color css

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

 a { background-color: rgb(174,182,92); }

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

border-color css

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

 span { border-color: rgb(174,182,92); }

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