Html Css Color HEX #ADB178 Locust

📋 copy color: '#ADB178'

red 173 ◦ green 177 ◦ blue 120

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

Shades of Locust #ADB178

Tints of Locust #ADB178

RGB

 RED value IS 173 (67.97% from 255) = 36.81%

 GREEN value IS 177 (69.53% from 255) = 37.66%

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

R = 36.81%
G = 37.66%
B = 25.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#ADB178 (or 0xADB178) is known color: Locust. HEX triplet: AD, B1 and 78. RGB value is (173,177,120). Sum of RGB (Red+Green+Blue) = 173+177+120=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB178 is #524E87. Grayscale: #A9A9A9. Windows color (decimal): -5394056 or 7909805. OLE color: 7909805.

HSL color Cylindrical-coordinate representation of color #ADB178: hue angle of 64.21º degrees, saturation: 0.27, 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 #ADB178 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 120 -
CMYK 0.02 0 0.32 0.31
HSL 64.21º 0.27% 0.58% -
HSV(B) 64.21º 0.32% 0.69% -
XYZ 36.35 41.68 23.9 -
YUV 169.31 100.17 130.63 -
System Red Green Blue C M Y K H S L
Decimal 173 177 120 0.02 0 0.32 0.31 64.21 0.27 0.58
Hex AD B1 78 2 0 20 1F 40 1B 3A
Octal 255 261 170 2 0 40 37 100 33 72
Binary 10101101 10110001 1111000 10 0 100000 11111 1000000 11011 111010

Color Harmonies of #ADB178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB178

Black with #ADB178

Text Example


Text Example

White with #ADB178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB178; }

 p { color: rgb(173,177,120); }

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

background-color css

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

 a { background-color: rgb(173,177,120); }

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

border-color css

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

 span { border-color: rgb(173,177,120); }

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