Html Css Color HEX #ABB471 Locust

📋 copy color: '#ABB471'

red 171 ◦ green 180 ◦ blue 113

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

Shades of Locust #ABB471

Tints of Locust #ABB471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.35%

R = 36.85%
G = 38.79%
B = 24.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#ABB471 (or 0xABB471) is known color: Locust. HEX triplet: AB, B4 and 71. RGB value is (171,180,113). Sum of RGB (Red+Green+Blue) = 171+180+113=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB471 is #544B8E. Grayscale: #A9A9A9. Windows color (decimal): -5524367 or 7451819. OLE color: 7451819.

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

Color convert

RGB 171 180 113 -
CMYK 0.05 0 0.37 0.29
HSL 68.06º 0.31% 0.57% -
HSV(B) 68.06º 0.37% 0.71% -
XYZ 36.1 42.49 21.92 -
YUV 169.67 96.02 128.95 -
System Red Green Blue C M Y K H S L
Decimal 171 180 113 0.05 0 0.37 0.29 68.06 0.31 0.57
Hex AB B4 71 5 0 25 1D 44 1F 39
Octal 253 264 161 5 0 45 35 104 37 71
Binary 10101011 10110100 1110001 101 0 100101 11101 1000100 11111 111001

Color Harmonies of #ABB471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB471

Black with #ABB471

Text Example


Text Example

White with #ABB471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB471; }

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

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

background-color css

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

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

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

border-color css

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

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

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