Html Css Color HEX #ABB65E Olive Green

📋 copy color: '#ABB65E'

red 171 ◦ green 182 ◦ blue 94

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

Shades of Olive Green #ABB65E

Tints of Olive Green #ABB65E

RGB

 RED value IS 171 (67.19% from 255) = 38.26%

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

 BLUE value IS 94 (37.11% from 255) = 21.03%

R = 38.26%
G = 40.72%
B = 21.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#ABB65E (or 0xABB65E) is known color: Olive Green. HEX triplet: AB, B6 and 5E. RGB value is (171,182,94). Sum of RGB (Red+Green+Blue) = 171+182+94=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB65E is #5449A1. Grayscale: #A9A9A9. Windows color (decimal): -5523874 or 6207147. OLE color: 6207147.

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

Color convert

RGB 171 182 94 -
CMYK 0.06 0 0.48 0.29
HSL 67.5º 0.38% 0.54% -
HSV(B) 67.5º 0.48% 0.71% -
XYZ 35.54 42.92 17 -
YUV 168.68 85.86 129.66 -
System Red Green Blue C M Y K H S L
Decimal 171 182 94 0.06 0 0.48 0.29 67.5 0.38 0.54
Hex AB B6 5E 6 0 30 1D 44 26 36
Octal 253 266 136 6 0 60 35 104 46 66
Binary 10101011 10110110 1011110 110 0 110000 11101 1000100 100110 110110

Color Harmonies of #ABB65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB65E

Black with #ABB65E

Text Example


Text Example

White with #ABB65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB65E; }

 p { color: rgb(171,182,94); }

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

background-color css

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

 a { background-color: rgb(171,182,94); }

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

border-color css

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

 span { border-color: rgb(171,182,94); }

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