Html Css Color HEX #ABB16A Olive Green

📋 copy color: '#ABB16A'

red 171 ◦ green 177 ◦ blue 106

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

Shades of Olive Green #ABB16A

Tints of Olive Green #ABB16A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.99%

 BLUE value IS 106 (41.8% from 255) = 23.35%

R = 37.67%
G = 38.99%
B = 23.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#ABB16A (or 0xABB16A) is known color: Olive Green. HEX triplet: AB, B1 and 6A. RGB value is (171,177,106). Sum of RGB (Red+Green+Blue) = 171+177+106=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB16A is #544E95. Grayscale: #A7A7A7. Windows color (decimal): -5525142 or 6992299. OLE color: 6992299.

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

Color convert

RGB 171 177 106 -
CMYK 0.03 0 0.40 0.31
HSL 65.07º 0.31% 0.55% -
HSV(B) 65.07º 0.4% 0.69% -
XYZ 35.12 41.14 19.73 -
YUV 167.11 93.51 130.77 -
System Red Green Blue C M Y K H S L
Decimal 171 177 106 0.03 0 0.40 0.31 65.07 0.31 0.55
Hex AB B1 6A 3 0 28 1F 41 1F 37
Octal 253 261 152 3 0 50 37 101 37 67
Binary 10101011 10110001 1101010 11 0 101000 11111 1000001 11111 110111

Color Harmonies of #ABB16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB16A

Black with #ABB16A

Text Example


Text Example

White with #ABB16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB16A; }

 p { color: rgb(171,177,106); }

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

background-color css

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

 a { background-color: rgb(171,177,106); }

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

border-color css

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

 span { border-color: rgb(171,177,106); }

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