Html Css Color HEX #AEBC67 Olive Green

📋 copy color: '#AEBC67'

red 174 ◦ green 188 ◦ blue 103

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

Shades of Olive Green #AEBC67

Tints of Olive Green #AEBC67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.15%

R = 37.42%
G = 40.43%
B = 22.15%

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

#AEBC67 (or 0xAEBC67) is known color: Olive Green. HEX triplet: AE, BC and 67. RGB value is (174,188,103). Sum of RGB (Red+Green+Blue) = 174+188+103=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC67 is #514398. Grayscale: #AEAEAE. Windows color (decimal): -5325721 or 6798510. OLE color: 6798510.

HSL color Cylindrical-coordinate representation of color #AEBC67: hue angle of 69.88º 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 #AEBC67 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 188 103 -
CMYK 0.07 0 0.45 0.26
HSL 69.88º 0.39% 0.57% -
HSV(B) 69.88º 0.45% 0.74% -
XYZ 37.89 45.94 19.7 -
YUV 174.12 87.86 127.91 -
System Red Green Blue C M Y K H S L
Decimal 174 188 103 0.07 0 0.45 0.26 69.88 0.39 0.57
Hex AE BC 67 7 0 2D 1A 46 27 39
Octal 256 274 147 7 0 55 32 106 47 71
Binary 10101110 10111100 1100111 111 0 101101 11010 1000110 100111 111001

Color Harmonies of #AEBC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC67

Black with #AEBC67

Text Example


Text Example

White with #AEBC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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