Html Css Color HEX #ADB09B Green Spring

📋 copy color: '#ADB09B'

red 173 ◦ green 176 ◦ blue 155

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

Shades of Green Spring #ADB09B

Tints of Green Spring #ADB09B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.92%

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

R = 34.33%
G = 34.92%
B = 30.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#ADB09B (or 0xADB09B) is known color: Green Spring. HEX triplet: AD, B0 and 9B. RGB value is (173,176,155). Sum of RGB (Red+Green+Blue) = 173+176+155=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB09B is #524F64. Grayscale: #ACACAC. Windows color (decimal): -5394277 or 10203309. OLE color: 10203309.

HSL color Cylindrical-coordinate representation of color #ADB09B: hue angle of 68.57º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADB09B is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 155 -
CMYK 0.02 0 0.12 0.31
HSL 68.57º 0.12% 0.65% -
HSV(B) 68.57º 0.12% 0.69% -
XYZ 38.68 42.3 37.14 -
YUV 172.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 173 176 155 0.02 0 0.12 0.31 68.57 0.12 0.65
Hex AD B0 9B 2 0 C 1F 45 C 41
Octal 255 260 233 2 0 14 37 105 14 101
Binary 10101101 10110000 10011011 10 0 1100 11111 1000101 1100 1000001

Color Harmonies of #ADB09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB09B

Black with #ADB09B

Text Example


Text Example

White with #ADB09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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