Html Css Color HEX #ABBBAA Rainee

📋 copy color: '#ABBBAA'

red 171 ◦ green 187 ◦ blue 170

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

Shades of Rainee #ABBBAA

Tints of Rainee #ABBBAA

RGB

 RED value IS 171 (67.19% from 255) = 32.39%

 GREEN value IS 187 (73.44% from 255) = 35.42%

 BLUE value IS 170 (66.8% from 255) = 32.2%

R = 32.39%
G = 35.42%
B = 32.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#ABBBAA (or 0xABBBAA) is known color: Rainee. HEX triplet: AB, BB and AA. RGB value is (171,187,170). Sum of RGB (Red+Green+Blue) = 171+187+170=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBBAA is #544455. Grayscale: #B4B4B4. Windows color (decimal): -5522518 or 11189163. OLE color: 11189163.

HSL color Cylindrical-coordinate representation of color #ABBBAA: hue angle of 116.47º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABBBAA is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 187 170 -
CMYK 0.09 0 0.09 0.27
HSL 116.47º 0.11% 0.7% -
HSV(B) 116.47º 0.09% 0.73% -
XYZ 41.82 47.1 44.92 -
YUV 180.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 171 187 170 0.09 0 0.09 0.27 116.47 0.11 0.7
Hex AB BB AA 9 0 9 1B 74 B 46
Octal 253 273 252 11 0 11 33 164 13 106
Binary 10101011 10111011 10101010 1001 0 1001 11011 1110100 1011 1000110

Color Harmonies of #ABBBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBBAA

Black with #ABBBAA

Text Example


Text Example

White with #ABBBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBBAA; }

 p { color: rgb(171,187,170); }

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

background-color css

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

 a { background-color: rgb(171,187,170); }

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

border-color css

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

 span { border-color: rgb(171,187,170); }

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