#ADB375

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

Shades of Locust #ADB375

Tints of Locust #ADB375

Color information

#ADB375 (or 0xADB375) is unknown color: approx Locust. HEX triplet: AD, B3 and 75. RGB value is (173,179,117). Sum of RGB (Red+Green+Blue) = 173+179+117=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB375 is #524C8A. Grayscale: #AAAAAA. Windows color (decimal): -5393547 or 7713709. OLE color: 7713709.

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

Color convert

RGB173179117-
CMYK0.0300.350.30
HSL65.81º28.97%58.04%-
HSV(B)65.81º34.64%70.2%-
XYZ36.5642.4123.09-
YUV170.1498.01130.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 179 (70.31% from 255) = 38.17%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=36.89%
G=38.17%
B=24.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731791170.0300.350.3065.8128.9758.04
HexADB37530231E421d3a
Octal2552631653043361023572
Binary1010110110110011111010111010001111110100001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB375; }

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

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

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

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

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

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

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

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