Html Css Color HEX #ABB25E Olive Green

📋 copy color: '#ABB25E'

red 171 ◦ green 178 ◦ blue 94

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

Shades of Olive Green #ABB25E

Tints of Olive Green #ABB25E

RGB

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

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

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

R = 38.6%
G = 40.18%
B = 21.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#ABB25E (or 0xABB25E) is known color: Olive Green. HEX triplet: AB, B2 and 5E. RGB value is (171,178,94). Sum of RGB (Red+Green+Blue) = 171+178+94=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB25E is #544DA1. Grayscale: #A6A6A6. Windows color (decimal): -5524898 or 6206123. OLE color: 6206123.

HSL color Cylindrical-coordinate representation of color #ABB25E: hue angle of 65º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABB25E is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 178 94 -
CMYK 0.04 0 0.47 0.30
HSL 65º 0.35% 0.53% -
HSV(B) 65º 0.47% 0.7% -
XYZ 34.74 41.31 16.73 -
YUV 166.33 87.18 131.33 -
System Red Green Blue C M Y K H S L
Decimal 171 178 94 0.04 0 0.47 0.30 65 0.35 0.53
Hex AB B2 5E 4 0 2F 1E 41 23 35
Octal 253 262 136 4 0 57 36 101 43 65
Binary 10101011 10110010 1011110 100 0 101111 11110 1000001 100011 110101

Color Harmonies of #ABB25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB25E

Black with #ABB25E

Text Example


Text Example

White with #ABB25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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