Html Css Color HEX #ABB255 Olive Green

📋 copy color: '#ABB255'

red 171 ◦ green 178 ◦ blue 85

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

Shades of Olive Green #ABB255

Tints of Olive Green #ABB255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.59%

R = 39.4%
G = 41.01%
B = 19.59%

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

#ABB255 (or 0xABB255) is known color: Olive Green. HEX triplet: AB, B2 and 55. RGB value is (171,178,85). Sum of RGB (Red+Green+Blue) = 171+178+85=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB255 is #544DAA. Grayscale: #A5A5A5. Windows color (decimal): -5524907 or 5616299. OLE color: 5616299.

HSL color Cylindrical-coordinate representation of color #ABB255: hue angle of 64.52º degrees, saturation: 0.38, 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 #ABB255 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 178 85 -
CMYK 0.04 0 0.52 0.30
HSL 64.52º 0.38% 0.52% -
HSV(B) 64.52º 0.52% 0.7% -
XYZ 34.35 41.15 14.73 -
YUV 165.31 82.68 132.06 -
System Red Green Blue C M Y K H S L
Decimal 171 178 85 0.04 0 0.52 0.30 64.52 0.38 0.52
Hex AB B2 55 4 0 34 1E 41 26 34
Octal 253 262 125 4 0 64 36 101 46 64
Binary 10101011 10110010 1010101 100 0 110100 11110 1000001 100110 110100

Color Harmonies of #ABB255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB255

Black with #ABB255

Text Example


Text Example

White with #ABB255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB255; }

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

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

background-color css

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

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

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

border-color css

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

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

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