Html Css Color HEX #ABB078 Locust

📋 copy color: '#ABB078'

red 171 ◦ green 176 ◦ blue 120

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

Shades of Locust #ABB078

Tints of Locust #ABB078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.7%

R = 36.62%
G = 37.69%
B = 25.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#ABB078 (or 0xABB078) is known color: Locust. HEX triplet: AB, B0 and 78. RGB value is (171,176,120). Sum of RGB (Red+Green+Blue) = 171+176+120=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB078 is #544F87. Grayscale: #A8A8A8. Windows color (decimal): -5525384 or 7909547. OLE color: 7909547.

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

Color convert

RGB 171 176 120 -
CMYK 0.03 0 0.32 0.31
HSL 65.36º 0.26% 0.58% -
HSV(B) 65.36º 0.32% 0.69% -
XYZ 35.71 41.06 23.81 -
YUV 168.12 100.84 130.05 -
System Red Green Blue C M Y K H S L
Decimal 171 176 120 0.03 0 0.32 0.31 65.36 0.26 0.58
Hex AB B0 78 3 0 20 1F 41 1A 3A
Octal 253 260 170 3 0 40 37 101 32 72
Binary 10101011 10110000 1111000 11 0 100000 11111 1000001 11010 111010

Color Harmonies of #ABB078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB078

Black with #ABB078

Text Example


Text Example

White with #ABB078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB078; }

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

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

background-color css

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

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

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

border-color css

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

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

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