Html Css Color HEX #ADB692 Green Spring

📋 copy color: '#ADB692'

red 173 ◦ green 182 ◦ blue 146

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

Shades of Green Spring #ADB692

Tints of Green Spring #ADB692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.14%

R = 34.53%
G = 36.33%
B = 29.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#ADB692 (or 0xADB692) is known color: Green Spring. HEX triplet: AD, B6 and 92. RGB value is (173,182,146). Sum of RGB (Red+Green+Blue) = 173+182+146=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB692 is #52496D. Grayscale: #AFAFAF. Windows color (decimal): -5392750 or 9615021. OLE color: 9615021.

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

Color convert

RGB 173 182 146 -
CMYK 0.05 0 0.20 0.29
HSL 75º 0.2% 0.64% -
HSV(B) 75º 0.2% 0.71% -
XYZ 39.15 44.42 33.7 -
YUV 175.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 173 182 146 0.05 0 0.20 0.29 75 0.2 0.64
Hex AD B6 92 5 0 14 1D 4B 14 40
Octal 255 266 222 5 0 24 35 113 24 100
Binary 10101101 10110110 10010010 101 0 10100 11101 1001011 10100 1000000

Color Harmonies of #ADB692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB692

Black with #ADB692

Text Example


Text Example

White with #ADB692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB692; }

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

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

background-color css

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

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

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

border-color css

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

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

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