Html Css Color HEX #ADB69B Green Spring

📋 copy color: '#ADB69B'

red 173 ◦ green 182 ◦ blue 155

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

Shades of Green Spring #ADB69B

Tints of Green Spring #ADB69B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.39%

R = 33.92%
G = 35.69%
B = 30.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#ADB69B (or 0xADB69B) is known color: Green Spring. HEX triplet: AD, B6 and 9B. RGB value is (173,182,155). Sum of RGB (Red+Green+Blue) = 173+182+155=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB69B is #524964. Grayscale: #B0B0B0. Windows color (decimal): -5392741 or 10204845. OLE color: 10204845.

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

Color convert

RGB 173 182 155 -
CMYK 0.05 0 0.15 0.29
HSL 80º 0.16% 0.66% -
HSV(B) 80º 0.15% 0.71% -
XYZ 39.88 44.71 37.54 -
YUV 176.23 116.02 125.7 -
System Red Green Blue C M Y K H S L
Decimal 173 182 155 0.05 0 0.15 0.29 80 0.16 0.66
Hex AD B6 9B 5 0 F 1D 50 10 42
Octal 255 266 233 5 0 17 35 120 20 102
Binary 10101101 10110110 10011011 101 0 1111 11101 1010000 10000 1000010

Color Harmonies of #ADB69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB69B

Black with #ADB69B

Text Example


Text Example

White with #ADB69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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