Html Css Color HEX #ABB465 Olive Green

📋 copy color: '#ABB465'

red 171 ◦ green 180 ◦ blue 101

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

Shades of Olive Green #ABB465

Tints of Olive Green #ABB465

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.82%

 BLUE value IS 101 (39.84% from 255) = 22.35%

R = 37.83%
G = 39.82%
B = 22.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#ABB465 (or 0xABB465) is known color: Olive Green. HEX triplet: AB, B4 and 65. RGB value is (171,180,101). Sum of RGB (Red+Green+Blue) = 171+180+101=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB465 is #544B9A. Grayscale: #A8A8A8. Windows color (decimal): -5524379 or 6665387. OLE color: 6665387.

HSL color Cylindrical-coordinate representation of color #ABB465: hue angle of 66.84º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABB465 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 180 101 -
CMYK 0.05 0 0.44 0.29
HSL 66.84º 0.34% 0.55% -
HSV(B) 66.84º 0.44% 0.71% -
XYZ 35.46 42.24 18.6 -
YUV 168.3 90.02 129.92 -
System Red Green Blue C M Y K H S L
Decimal 171 180 101 0.05 0 0.44 0.29 66.84 0.34 0.55
Hex AB B4 65 5 0 2C 1D 43 22 37
Octal 253 264 145 5 0 54 35 103 42 67
Binary 10101011 10110100 1100101 101 0 101100 11101 1000011 100010 110111

Color Harmonies of #ABB465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB465

Black with #ABB465

Text Example


Text Example

White with #ABB465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB465; }

 p { color: rgb(171,180,101); }

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

background-color css

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

 a { background-color: rgb(171,180,101); }

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

border-color css

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

 span { border-color: rgb(171,180,101); }

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