Html Css Color HEX #ABB166 Olive Green

📋 copy color: '#ABB166'

red 171 ◦ green 177 ◦ blue 102

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

Shades of Olive Green #ABB166

Tints of Olive Green #ABB166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.67%

R = 38%
G = 39.33%
B = 22.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#ABB166 (or 0xABB166) is known color: Olive Green. HEX triplet: AB, B1 and 66. RGB value is (171,177,102). Sum of RGB (Red+Green+Blue) = 171+177+102=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB166 is #544E99. Grayscale: #A6A6A6. Windows color (decimal): -5525146 or 6730155. OLE color: 6730155.

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

Color convert

RGB 171 177 102 -
CMYK 0.03 0 0.42 0.31
HSL 64.8º 0.32% 0.55% -
HSV(B) 64.8º 0.42% 0.69% -
XYZ 34.92 41.06 18.66 -
YUV 166.66 91.51 131.1 -
System Red Green Blue C M Y K H S L
Decimal 171 177 102 0.03 0 0.42 0.31 64.8 0.32 0.55
Hex AB B1 66 3 0 2A 1F 41 20 37
Octal 253 261 146 3 0 52 37 101 40 67
Binary 10101011 10110001 1100110 11 0 101010 11111 1000001 100000 110111

Color Harmonies of #ABB166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB166

Black with #ABB166

Text Example


Text Example

White with #ABB166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB166; }

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

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

background-color css

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

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

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

border-color css

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

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

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