Html Css Color HEX #ABB256 Olive Green

📋 copy color: '#ABB256'

red 171 ◦ green 178 ◦ blue 86

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

Shades of Olive Green #ABB256

Tints of Olive Green #ABB256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.77%

R = 39.31%
G = 40.92%
B = 19.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#ABB256 (or 0xABB256) is known color: Olive Green. HEX triplet: AB, B2 and 56. RGB value is (171,178,86). Sum of RGB (Red+Green+Blue) = 171+178+86=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB256 is #544DA9. Grayscale: #A5A5A5. Windows color (decimal): -5524906 or 5681835. OLE color: 5681835.

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

Color convert

RGB 171 178 86 -
CMYK 0.04 0 0.52 0.30
HSL 64.57º 0.37% 0.52% -
HSV(B) 64.57º 0.52% 0.7% -
XYZ 34.39 41.17 14.94 -
YUV 165.42 83.18 131.98 -
System Red Green Blue C M Y K H S L
Decimal 171 178 86 0.04 0 0.52 0.30 64.57 0.37 0.52
Hex AB B2 56 4 0 34 1E 41 25 34
Octal 253 262 126 4 0 64 36 101 45 64
Binary 10101011 10110010 1010110 100 0 110100 11110 1000001 100101 110100

Color Harmonies of #ABB256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB256

Black with #ABB256

Text Example


Text Example

White with #ABB256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB256; }

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

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

background-color css

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

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

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

border-color css

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

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

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