Html Css Color HEX #ADB691 Green Spring

📋 copy color: '#ADB691'

red 173 ◦ green 182 ◦ blue 145

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

Shades of Green Spring #ADB691

Tints of Green Spring #ADB691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29%

R = 34.6%
G = 36.4%
B = 29%

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

#ADB691 (or 0xADB691) is known color: Green Spring. HEX triplet: AD, B6 and 91. RGB value is (173,182,145). Sum of RGB (Red+Green+Blue) = 173+182+145=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB691 is #52496E. Grayscale: #AFAFAF. Windows color (decimal): -5392751 or 9549485. OLE color: 9549485.

HSL color Cylindrical-coordinate representation of color #ADB691: hue angle of 74.59º 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 #ADB691 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 145 -
CMYK 0.05 0 0.20 0.29
HSL 74.59º 0.2% 0.64% -
HSV(B) 74.59º 0.2% 0.71% -
XYZ 39.07 44.38 33.3 -
YUV 175.09 111.02 126.51 -
System Red Green Blue C M Y K H S L
Decimal 173 182 145 0.05 0 0.20 0.29 74.59 0.2 0.64
Hex AD B6 91 5 0 14 1D 4B 14 40
Octal 255 266 221 5 0 24 35 113 24 100
Binary 10101101 10110110 10010001 101 0 10100 11101 1001011 10100 1000000

Color Harmonies of #ADB691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB691

Black with #ADB691

Text Example


Text Example

White with #ADB691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB691; }

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

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

background-color css

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

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

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

border-color css

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

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

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