Html Css Color HEX #ADB375 Locust

📋 copy color: '#ADB375'

red 173 ◦ green 179 ◦ blue 117

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

Shades of Locust #ADB375

Tints of Locust #ADB375

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 value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#ADB375 (or 0xADB375) is known color: 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

RGB 173 179 117 -
CMYK 0.03 0 0.35 0.30
HSL 65.81º 0.29% 0.58% -
HSV(B) 65.81º 0.35% 0.7% -
XYZ 36.56 42.41 23.09 -
YUV 170.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 173 179 117 0.03 0 0.35 0.30 65.81 0.29 0.58
Hex AD B3 75 3 0 23 1E 42 1D 3A
Octal 255 263 165 3 0 43 36 102 35 72
Binary 10101101 10110011 1110101 11 0 100011 11110 1000010 11101 111010

Color Harmonies of #ADB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB375

Black with #ADB375

Text Example


Text Example

White with #ADB375

Text Example


Text Example

HTML Codes & Css Web 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>