Html Css Color HEX #ADB394 Green Spring

📋 copy color: '#ADB394'

red 173 ◦ green 179 ◦ blue 148

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

Shades of Green Spring #ADB394

Tints of Green Spring #ADB394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.6%

R = 34.6%
G = 35.8%
B = 29.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#ADB394 (or 0xADB394) is known color: Green Spring. HEX triplet: AD, B3 and 94. RGB value is (173,179,148). Sum of RGB (Red+Green+Blue) = 173+179+148=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB394 is #524C6B. Grayscale: #ADADAD. Windows color (decimal): -5393516 or 9745325. OLE color: 9745325.

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

Color convert

RGB 173 179 148 -
CMYK 0.03 0 0.17 0.30
HSL 71.61º 0.17% 0.64% -
HSV(B) 71.61º 0.17% 0.7% -
XYZ 38.7 43.26 34.33 -
YUV 173.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 173 179 148 0.03 0 0.17 0.30 71.61 0.17 0.64
Hex AD B3 94 3 0 11 1E 48 11 40
Octal 255 263 224 3 0 21 36 110 21 100
Binary 10101101 10110011 10010100 11 0 10001 11110 1001000 10001 1000000

Color Harmonies of #ADB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB394

Black with #ADB394

Text Example


Text Example

White with #ADB394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB394; }

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

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

background-color css

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

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

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

border-color css

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

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

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