#ABB65B

Color #ABB65B Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #ABB65B

Tints of Olive Green #ABB65B

Color information

#ABB65B (or 0xABB65B) is unknown color: approx Olive Green. HEX triplet: AB, B6 and 5B. RGB value is (171,182,91). Sum of RGB (Red+Green+Blue) = 171+182+91=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB65B is #5449A4. Grayscale: #A8A8A8. Windows color (decimal): -5523877 or 6010539. OLE color: 6010539.

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

Color convert

RGB17118291-
CMYK0.0600.50.29
HSL67.25º38.4%53.53%-
HSV(B)67.25º50%71.37%-
XYZ35.4142.8716.31-
YUV168.3484.36129.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 182 (71.48% from 255) = 40.99%
BLUE value IS 91 (35.94% from 255) = 20.50%
R=38.51%
G=40.99%
B=20.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171182910.0600.50.2967.2538.453.53
HexABB65B60321D432636
Octal2532661336062351034666
Binary101010111011011010110111100110010111011000011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB65B; }

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

 H1.HeaderClassName
 {
   color: #ABB65B;
 }
 .AnyTagClassName
 {
   color: #ABB65B;
 }
</style>
background-color css

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

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

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

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

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

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