Html Css Color HEX #AEBC68 Olive Green

📋 copy color: '#AEBC68'

red 174 ◦ green 188 ◦ blue 104

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

Shades of Olive Green #AEBC68

Tints of Olive Green #AEBC68

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.34%

 BLUE value IS 104 (41.02% from 255) = 22.32%

R = 37.34%
G = 40.34%
B = 22.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#AEBC68 (or 0xAEBC68) is known color: Olive Green. HEX triplet: AE, BC and 68. RGB value is (174,188,104). Sum of RGB (Red+Green+Blue) = 174+188+104=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC68 is #514397. Grayscale: #AEAEAE. Windows color (decimal): -5325720 or 6864046. OLE color: 6864046.

HSL color Cylindrical-coordinate representation of color #AEBC68: hue angle of 70º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AEBC68 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 188 104 -
CMYK 0.07 0 0.45 0.26
HSL 70º 0.39% 0.57% -
HSV(B) 70º 0.45% 0.74% -
XYZ 37.94 45.96 19.97 -
YUV 174.24 88.36 127.83 -
System Red Green Blue C M Y K H S L
Decimal 174 188 104 0.07 0 0.45 0.26 70 0.39 0.57
Hex AE BC 68 7 0 2D 1A 46 27 39
Octal 256 274 150 7 0 55 32 106 47 71
Binary 10101110 10111100 1101000 111 0 101101 11010 1000110 100111 111001

Color Harmonies of #AEBC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC68

Black with #AEBC68

Text Example


Text Example

White with #AEBC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC68; }

 p { color: rgb(174,188,104); }

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

background-color css

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

 a { background-color: rgb(174,188,104); }

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

border-color css

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

 span { border-color: rgb(174,188,104); }

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