Html Css Color HEX #ABB45A Olive Green

📋 copy color: '#ABB45A'

red 171 ◦ green 180 ◦ blue 90

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

Shades of Olive Green #ABB45A

Tints of Olive Green #ABB45A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.82%

 BLUE value IS 90 (35.55% from 255) = 20.41%

R = 38.78%
G = 40.82%
B = 20.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#ABB45A (or 0xABB45A) is known color: Olive Green. HEX triplet: AB, B4 and 5A. RGB value is (171,180,90). Sum of RGB (Red+Green+Blue) = 171+180+90=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB45A is #544BA5. Grayscale: #A7A7A7. Windows color (decimal): -5524390 or 5944491. OLE color: 5944491.

HSL color Cylindrical-coordinate representation of color #ABB45A: hue angle of 66º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABB45A is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 180 90 -
CMYK 0.05 0 0.50 0.29
HSL 66º 0.38% 0.53% -
HSV(B) 66º 0.5% 0.71% -
XYZ 34.96 42.04 15.94 -
YUV 167.05 84.52 130.82 -
System Red Green Blue C M Y K H S L
Decimal 171 180 90 0.05 0 0.50 0.29 66 0.38 0.53
Hex AB B4 5A 5 0 32 1D 42 26 35
Octal 253 264 132 5 0 62 35 102 46 65
Binary 10101011 10110100 1011010 101 0 110010 11101 1000010 100110 110101

Color Harmonies of #ABB45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB45A

Black with #ABB45A

Text Example


Text Example

White with #ABB45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB45A; }

 p { color: rgb(171,180,90); }

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

background-color css

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

 a { background-color: rgb(171,180,90); }

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

border-color css

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

 span { border-color: rgb(171,180,90); }

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