#ADCB9B

Color #ADCB9B Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #ADCB9B

Tints of Spring Rain #ADCB9B

Color information

#ADCB9B (or 0xADCB9B) is unknown color: approx Spring Rain. HEX triplet: AD, CB and 9B. RGB value is (173,203,155). Sum of RGB (Red+Green+Blue) = 173+203+155=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCB9B is #523464. Grayscale: #BCBCBC. Windows color (decimal): -5387365 or 10210221. OLE color: 10210221.

HSL color Cylindrical-coordinate representation of color #ADCB9B: hue angle of 97.5º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADCB9B is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB173203155-
CMYK0.1500.240.20
HSL97.5º31.58%70.2%-
HSV(B)97.5º23.65%79.61%-
XYZ44.5153.9639.08-
YUV188.56109.06116.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 203 (79.69% from 255) = 38.23%
BLUE value IS 155 (60.94% from 255) = 29.19%
R=32.58%
G=38.23%
B=29.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732031550.1500.240.2097.531.5870.2
HexADCB9BF01814612046
Octal255313233170302414140106
Binary10101101110010111001101111110110001010011000011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCB9B; }

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

 H1.HeaderClassName
 {
   color: #ADCB9B;
 }
 .AnyTagClassName
 {
   color: #ADCB9B;
 }
</style>
background-color css

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

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

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

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

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

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