Html Css Color HEX #ADB29A Green Spring

📋 copy color: '#ADB29A'

red 173 ◦ green 178 ◦ blue 154

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

Shades of Green Spring #ADB29A

Tints of Green Spring #ADB29A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.25%

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

R = 34.26%
G = 35.25%
B = 30.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#ADB29A (or 0xADB29A) is known color: Green Spring. HEX triplet: AD, B2 and 9A. RGB value is (173,178,154). Sum of RGB (Red+Green+Blue) = 173+178+154=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB29A is #524D65. Grayscale: #ADADAD. Windows color (decimal): -5393766 or 10138285. OLE color: 10138285.

HSL color Cylindrical-coordinate representation of color #ADB29A: hue angle of 72.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADB29A is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 154 -
CMYK 0.03 0 0.13 0.30
HSL 72.5º 0.13% 0.65% -
HSV(B) 72.5º 0.13% 0.7% -
XYZ 38.99 43.06 36.83 -
YUV 173.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 173 178 154 0.03 0 0.13 0.30 72.5 0.13 0.65
Hex AD B2 9A 3 0 D 1E 48 D 41
Octal 255 262 232 3 0 15 36 110 15 101
Binary 10101101 10110010 10011010 11 0 1101 11110 1001000 1101 1000001

Color Harmonies of #ADB29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB29A

Black with #ADB29A

Text Example


Text Example

White with #ADB29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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