Html Css Color HEX #ADB69A Green Spring

📋 copy color: '#ADB69A'

red 173 ◦ green 182 ◦ blue 154

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

Shades of Green Spring #ADB69A

Tints of Green Spring #ADB69A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.26%

R = 33.99%
G = 35.76%
B = 30.26%

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

#ADB69A (or 0xADB69A) is known color: Green Spring. HEX triplet: AD, B6 and 9A. RGB value is (173,182,154). Sum of RGB (Red+Green+Blue) = 173+182+154=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB69A is #524965. Grayscale: #B0B0B0. Windows color (decimal): -5392742 or 10139309. OLE color: 10139309.

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

Color convert

RGB 173 182 154 -
CMYK 0.05 0 0.15 0.29
HSL 79.29º 0.16% 0.66% -
HSV(B) 79.29º 0.15% 0.71% -
XYZ 39.79 44.67 37.1 -
YUV 176.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 173 182 154 0.05 0 0.15 0.29 79.29 0.16 0.66
Hex AD B6 9A 5 0 F 1D 4F 10 42
Octal 255 266 232 5 0 17 35 117 20 102
Binary 10101101 10110110 10011010 101 0 1111 11101 1001111 10000 1000010

Color Harmonies of #ADB69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB69A

Black with #ADB69A

Text Example


Text Example

White with #ADB69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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