Html Css Color HEX #ADB594 Green Spring

📋 copy color: '#ADB594'

red 173 ◦ green 181 ◦ blue 148

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

Shades of Green Spring #ADB594

Tints of Green Spring #ADB594

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.06%

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

R = 34.46%
G = 36.06%
B = 29.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#ADB594 (or 0xADB594) is known color: Green Spring. HEX triplet: AD, B5 and 94. RGB value is (173,181,148). Sum of RGB (Red+Green+Blue) = 173+181+148=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB594 is #524A6B. Grayscale: #AEAEAE. Windows color (decimal): -5393004 or 9745837. OLE color: 9745837.

HSL color Cylindrical-coordinate representation of color #ADB594: hue angle of 74.55º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADB594 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 148 -
CMYK 0.04 0 0.18 0.29
HSL 74.55º 0.18% 0.65% -
HSV(B) 74.55º 0.18% 0.71% -
XYZ 39.1 44.07 34.46 -
YUV 174.85 112.85 126.68 -
System Red Green Blue C M Y K H S L
Decimal 173 181 148 0.04 0 0.18 0.29 74.55 0.18 0.65
Hex AD B5 94 4 0 12 1D 4B 12 41
Octal 255 265 224 4 0 22 35 113 22 101
Binary 10101101 10110101 10010100 100 0 10010 11101 1001011 10010 1000001

Color Harmonies of #ADB594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB594

Black with #ADB594

Text Example


Text Example

White with #ADB594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB594; }

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

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

background-color css

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

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

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

border-color css

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

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

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