Html Css Color HEX #ADCBA6 Rainee

📋 copy color: '#ADCBA6'

red 173 ◦ green 203 ◦ blue 166

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

Shades of Rainee #ADCBA6

Tints of Rainee #ADCBA6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.45%

 BLUE value IS 166 (65.23% from 255) = 30.63%

R = 31.92%
G = 37.45%
B = 30.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#ADCBA6 (or 0xADCBA6) is known color: Rainee. HEX triplet: AD, CB and A6. RGB value is (173,203,166). Sum of RGB (Red+Green+Blue) = 173+203+166=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCBA6 is #523459. Grayscale: #BDBDBD. Windows color (decimal): -5387354 or 10931117. OLE color: 10931117.

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

Color convert

RGB 173 203 166 -
CMYK 0.15 0 0.18 0.20
HSL 108.65º 0.26% 0.72% -
HSV(B) 108.65º 0.18% 0.8% -
XYZ 45.47 54.35 44.17 -
YUV 189.81 114.56 116.01 -
System Red Green Blue C M Y K H S L
Decimal 173 203 166 0.15 0 0.18 0.20 108.65 0.26 0.72
Hex AD CB A6 F 0 12 14 6D 1A 48
Octal 255 313 246 17 0 22 24 155 32 110
Binary 10101101 11001011 10100110 1111 0 10010 10100 1101101 11010 1001000

Color Harmonies of #ADCBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBA6

Black with #ADCBA6

Text Example


Text Example

White with #ADCBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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