Html Css Color HEX #ABB05A Olive Green

📋 copy color: '#ABB05A'

red 171 ◦ green 176 ◦ blue 90

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

Shades of Olive Green #ABB05A

Tints of Olive Green #ABB05A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.27%

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

R = 39.13%
G = 40.27%
B = 20.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#ABB05A (or 0xABB05A) is known color: Olive Green. HEX triplet: AB, B0 and 5A. RGB value is (171,176,90). Sum of RGB (Red+Green+Blue) = 171+176+90=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB05A is #544FA5. Grayscale: #A5A5A5. Windows color (decimal): -5525414 or 5943467. OLE color: 5943467.

HSL color Cylindrical-coordinate representation of color #ABB05A: hue angle of 63.49º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABB05A is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 176 90 -
CMYK 0.03 0 0.49 0.31
HSL 63.49º 0.35% 0.52% -
HSV(B) 63.49º 0.49% 0.69% -
XYZ 34.17 40.45 15.68 -
YUV 164.7 85.84 132.49 -
System Red Green Blue C M Y K H S L
Decimal 171 176 90 0.03 0 0.49 0.31 63.49 0.35 0.52
Hex AB B0 5A 3 0 31 1F 3F 23 34
Octal 253 260 132 3 0 61 37 77 43 64
Binary 10101011 10110000 1011010 11 0 110001 11111 111111 100011 110100

Color Harmonies of #ABB05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB05A

Black with #ABB05A

Text Example


Text Example

White with #ABB05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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