#ADB378

Color #ADB378 Locust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Locust #ADB378

Tints of Locust #ADB378

Color information

#ADB378 (or 0xADB378) is unknown color: approx Locust. HEX triplet: AD, B3 and 78. RGB value is (173,179,120). Sum of RGB (Red+Green+Blue) = 173+179+120=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB378 is #524C87. Grayscale: #AAAAAA. Windows color (decimal): -5393544 or 7910317. OLE color: 7910317.

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

Color convert

RGB173179120-
CMYK0.0300.330.30
HSL66.1º27.96%58.63%-
HSV(B)66.1º32.96%70.2%-
XYZ36.7442.4824.03-
YUV170.4899.51129.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.65%
GREEN value IS 179 (70.31% from 255) = 37.92%
BLUE value IS 120 (47.27% from 255) = 25.42%
R=36.65%
G=37.92%
B=25.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731791200.0300.330.3066.127.9658.63
HexADB37830211E421c3b
Octal2552631703041361023473
Binary1010110110110011111100011010000111110100001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB378; }

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

 H1.HeaderClassName
 {
   color: #ADB378;
 }
 .AnyTagClassName
 {
   color: #ADB378;
 }
</style>
background-color css

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

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

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

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

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

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