Html Css Color HEX #ABB275 Locust

📋 copy color: '#ABB275'

red 171 ◦ green 178 ◦ blue 117

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

Shades of Locust #ABB275

Tints of Locust #ABB275

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.2%

 BLUE value IS 117 (46.09% from 255) = 25.11%

R = 36.7%
G = 38.2%
B = 25.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#ABB275 (or 0xABB275) is known color: Locust. HEX triplet: AB, B2 and 75. RGB value is (171,178,117). Sum of RGB (Red+Green+Blue) = 171+178+117=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB275 is #544D8A. Grayscale: #A9A9A9. Windows color (decimal): -5524875 or 7713451. OLE color: 7713451.

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

Color convert

RGB 171 178 117 -
CMYK 0.04 0 0.34 0.30
HSL 66.89º 0.28% 0.58% -
HSV(B) 66.89º 0.34% 0.7% -
XYZ 35.93 41.78 23 -
YUV 168.95 98.68 129.46 -
System Red Green Blue C M Y K H S L
Decimal 171 178 117 0.04 0 0.34 0.30 66.89 0.28 0.58
Hex AB B2 75 4 0 22 1E 43 1C 3A
Octal 253 262 165 4 0 42 36 103 34 72
Binary 10101011 10110010 1110101 100 0 100010 11110 1000011 11100 111010

Color Harmonies of #ABB275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB275

Black with #ABB275

Text Example


Text Example

White with #ABB275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB275; }

 p { color: rgb(171,178,117); }

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

background-color css

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

 a { background-color: rgb(171,178,117); }

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

border-color css

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

 span { border-color: rgb(171,178,117); }

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