Html Css Color HEX #ABB082 Locust

📋 copy color: '#ABB082'

red 171 ◦ green 176 ◦ blue 130

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

Shades of Locust #ABB082

Tints of Locust #ABB082

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.9%

 BLUE value IS 130 (51.17% from 255) = 27.25%

R = 35.85%
G = 36.9%
B = 27.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#ABB082 (or 0xABB082) is known color: Locust. HEX triplet: AB, B0 and 82. RGB value is (171,176,130). Sum of RGB (Red+Green+Blue) = 171+176+130=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB082 is #544F7D. Grayscale: #A9A9A9. Windows color (decimal): -5525374 or 8564907. OLE color: 8564907.

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

Color convert

RGB 171 176 130 -
CMYK 0.03 0 0.26 0.31
HSL 66.52º 0.23% 0.6% -
HSV(B) 66.52º 0.26% 0.69% -
XYZ 36.35 41.32 27.18 -
YUV 169.26 105.84 129.24 -
System Red Green Blue C M Y K H S L
Decimal 171 176 130 0.03 0 0.26 0.31 66.52 0.23 0.6
Hex AB B0 82 3 0 1A 1F 43 17 3C
Octal 253 260 202 3 0 32 37 103 27 74
Binary 10101011 10110000 10000010 11 0 11010 11111 1000011 10111 111100

Color Harmonies of #ABB082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB082

Black with #ABB082

Text Example


Text Example

White with #ABB082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB082; }

 p { color: rgb(171,176,130); }

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

background-color css

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

 a { background-color: rgb(171,176,130); }

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

border-color css

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

 span { border-color: rgb(171,176,130); }

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