Html Css Color HEX #ADB372 Locust

📋 copy color: '#ADB372'

red 173 ◦ green 179 ◦ blue 114

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

Shades of Locust #ADB372

Tints of Locust #ADB372

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.41%

 BLUE value IS 114 (44.92% from 255) = 24.46%

R = 37.12%
G = 38.41%
B = 24.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#ADB372 (or 0xADB372) is known color: Locust. HEX triplet: AD, B3 and 72. RGB value is (173,179,114). Sum of RGB (Red+Green+Blue) = 173+179+114=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB372 is #524C8D. Grayscale: #AAAAAA. Windows color (decimal): -5393550 or 7517101. OLE color: 7517101.

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

Color convert

RGB 173 179 114 -
CMYK 0.03 0 0.36 0.30
HSL 65.54º 0.3% 0.57% -
HSV(B) 65.54º 0.36% 0.7% -
XYZ 36.39 42.34 22.17 -
YUV 169.8 96.51 130.29 -
System Red Green Blue C M Y K H S L
Decimal 173 179 114 0.03 0 0.36 0.30 65.54 0.3 0.57
Hex AD B3 72 3 0 24 1E 42 1E 39
Octal 255 263 162 3 0 44 36 102 36 71
Binary 10101101 10110011 1110010 11 0 100100 11110 1000010 11110 111001

Color Harmonies of #ADB372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB372

Black with #ADB372

Text Example


Text Example

White with #ADB372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB372; }

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

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

background-color css

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

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

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

border-color css

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

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

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