Html Css Color HEX #ABB45E Olive Green

📋 copy color: '#ABB45E'

red 171 ◦ green 180 ◦ blue 94

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

Shades of Olive Green #ABB45E

Tints of Olive Green #ABB45E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.12%

R = 38.43%
G = 40.45%
B = 21.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#ABB45E (or 0xABB45E) is known color: Olive Green. HEX triplet: AB, B4 and 5E. RGB value is (171,180,94). Sum of RGB (Red+Green+Blue) = 171+180+94=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB45E is #544BA1. Grayscale: #A7A7A7. Windows color (decimal): -5524386 or 6206635. OLE color: 6206635.

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

Color convert

RGB 171 180 94 -
CMYK 0.05 0 0.48 0.29
HSL 66.28º 0.36% 0.54% -
HSV(B) 66.28º 0.48% 0.71% -
XYZ 35.14 42.11 16.87 -
YUV 167.51 86.52 130.49 -
System Red Green Blue C M Y K H S L
Decimal 171 180 94 0.05 0 0.48 0.29 66.28 0.36 0.54
Hex AB B4 5E 5 0 30 1D 42 24 36
Octal 253 264 136 5 0 60 35 102 44 66
Binary 10101011 10110100 1011110 101 0 110000 11101 1000010 100100 110110

Color Harmonies of #ABB45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB45E

Black with #ABB45E

Text Example


Text Example

White with #ABB45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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