Html Css Color HEX #ABB477 Locust

📋 copy color: '#ABB477'

red 171 ◦ green 180 ◦ blue 119

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

Shades of Locust #ABB477

Tints of Locust #ABB477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.32%

R = 36.38%
G = 38.3%
B = 25.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#ABB477 (or 0xABB477) is known color: Locust. HEX triplet: AB, B4 and 77. RGB value is (171,180,119). Sum of RGB (Red+Green+Blue) = 171+180+119=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB477 is #544B88. Grayscale: #AAAAAA. Windows color (decimal): -5524361 or 7845035. OLE color: 7845035.

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

Color convert

RGB 171 180 119 -
CMYK 0.05 0 0.34 0.29
HSL 68.85º 0.29% 0.59% -
HSV(B) 68.85º 0.34% 0.71% -
XYZ 36.45 42.63 23.76 -
YUV 170.36 99.02 128.46 -
System Red Green Blue C M Y K H S L
Decimal 171 180 119 0.05 0 0.34 0.29 68.85 0.29 0.59
Hex AB B4 77 5 0 22 1D 45 1D 3B
Octal 253 264 167 5 0 42 35 105 35 73
Binary 10101011 10110100 1110111 101 0 100010 11101 1000101 11101 111011

Color Harmonies of #ABB477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB477

Black with #ABB477

Text Example


Text Example

White with #ABB477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB477; }

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

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

background-color css

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

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

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

border-color css

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

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

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