Html Css Color HEX #ABB380 Locust

📋 copy color: '#ABB380'

red 171 ◦ green 179 ◦ blue 128

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

Shades of Locust #ABB380

Tints of Locust #ABB380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.45%

 BLUE value IS 128 (50.39% from 255) = 26.78%

R = 35.77%
G = 37.45%
B = 26.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#ABB380 (or 0xABB380) is known color: Locust. HEX triplet: AB, B3 and 80. RGB value is (171,179,128). Sum of RGB (Red+Green+Blue) = 171+179+128=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB380 is #544C7F. Grayscale: #AAAAAA. Windows color (decimal): -5524608 or 8434603. OLE color: 8434603.

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

Color convert

RGB 171 179 128 -
CMYK 0.04 0 0.28 0.30
HSL 69.41º 0.25% 0.6% -
HSV(B) 69.41º 0.28% 0.7% -
XYZ 36.81 42.46 26.68 -
YUV 170.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 171 179 128 0.04 0 0.28 0.30 69.41 0.25 0.6
Hex AB B3 80 4 0 1C 1E 45 19 3C
Octal 253 263 200 4 0 34 36 105 31 74
Binary 10101011 10110011 10000000 100 0 11100 11110 1000101 11001 111100

Color Harmonies of #ABB380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB380

Black with #ABB380

Text Example


Text Example

White with #ABB380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB380; }

 p { color: rgb(171,179,128); }

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

background-color css

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

 a { background-color: rgb(171,179,128); }

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

border-color css

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

 span { border-color: rgb(171,179,128); }

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