Html Css Color HEX #ADBA98 Green Spring

📋 copy color: '#ADBA98'

red 173 ◦ green 186 ◦ blue 152

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

Shades of Green Spring #ADBA98

Tints of Green Spring #ADBA98

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.4%

 BLUE value IS 152 (59.77% from 255) = 29.75%

R = 33.86%
G = 36.4%
B = 29.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#ADBA98 (or 0xADBA98) is known color: Green Spring. HEX triplet: AD, BA and 98. RGB value is (173,186,152). Sum of RGB (Red+Green+Blue) = 173+186+152=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA98 is #524567. Grayscale: #B2B2B2. Windows color (decimal): -5391720 or 10009261. OLE color: 10009261.

HSL color Cylindrical-coordinate representation of color #ADBA98: hue angle of 82.94º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADBA98 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 152 -
CMYK 0.07 0 0.18 0.27
HSL 82.94º 0.2% 0.66% -
HSV(B) 82.94º 0.18% 0.73% -
XYZ 40.46 46.27 36.5 -
YUV 178.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 173 186 152 0.07 0 0.18 0.27 82.94 0.2 0.66
Hex AD BA 98 7 0 12 1B 53 14 42
Octal 255 272 230 7 0 22 33 123 24 102
Binary 10101101 10111010 10011000 111 0 10010 11011 1010011 10100 1000010

Color Harmonies of #ADBA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA98

Black with #ADBA98

Text Example


Text Example

White with #ADBA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA98; }

 p { color: rgb(173,186,152); }

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

background-color css

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

 a { background-color: rgb(173,186,152); }

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

border-color css

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

 span { border-color: rgb(173,186,152); }

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