Html Css Color HEX #ADB690 Green Spring

📋 copy color: '#ADB690'

red 173 ◦ green 182 ◦ blue 144

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

Shades of Green Spring #ADB690

Tints of Green Spring #ADB690

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.47%

 BLUE value IS 144 (56.64% from 255) = 28.86%

R = 34.67%
G = 36.47%
B = 28.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#ADB690 (or 0xADB690) is known color: Green Spring. HEX triplet: AD, B6 and 90. RGB value is (173,182,144). Sum of RGB (Red+Green+Blue) = 173+182+144=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB690 is #52496F. Grayscale: #AFAFAF. Windows color (decimal): -5392752 or 9483949. OLE color: 9483949.

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

Color convert

RGB 173 182 144 -
CMYK 0.05 0 0.21 0.29
HSL 74.21º 0.21% 0.64% -
HSV(B) 74.21º 0.21% 0.71% -
XYZ 39 44.35 32.89 -
YUV 174.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 173 182 144 0.05 0 0.21 0.29 74.21 0.21 0.64
Hex AD B6 90 5 0 15 1D 4A 15 40
Octal 255 266 220 5 0 25 35 112 25 100
Binary 10101101 10110110 10010000 101 0 10101 11101 1001010 10101 1000000

Color Harmonies of #ADB690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB690

Black with #ADB690

Text Example


Text Example

White with #ADB690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB690; }

 p { color: rgb(173,182,144); }

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

background-color css

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

 a { background-color: rgb(173,182,144); }

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

border-color css

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

 span { border-color: rgb(173,182,144); }

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