Html Css Color HEX #ADB183 Locust

📋 copy color: '#ADB183'

red 173 ◦ green 177 ◦ blue 131

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

Shades of Locust #ADB183

Tints of Locust #ADB183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.23%

R = 35.97%
G = 36.8%
B = 27.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#ADB183 (or 0xADB183) is known color: Locust. HEX triplet: AD, B1 and 83. RGB value is (173,177,131). Sum of RGB (Red+Green+Blue) = 173+177+131=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB183 is #524E7C. Grayscale: #AAAAAA. Windows color (decimal): -5394045 or 8630701. OLE color: 8630701.

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

Color convert

RGB 173 177 131 -
CMYK 0.02 0 0.26 0.31
HSL 65.22º 0.23% 0.6% -
HSV(B) 65.22º 0.26% 0.69% -
XYZ 37.05 41.97 27.62 -
YUV 170.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 173 177 131 0.02 0 0.26 0.31 65.22 0.23 0.6
Hex AD B1 83 2 0 1A 1F 41 17 3C
Octal 255 261 203 2 0 32 37 101 27 74
Binary 10101101 10110001 10000011 10 0 11010 11111 1000001 10111 111100

Color Harmonies of #ADB183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB183

Black with #ADB183

Text Example


Text Example

White with #ADB183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB183; }

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

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

background-color css

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

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

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

border-color css

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

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

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