Html Css Color HEX #ABC895 Norway

📋 copy color: '#ABC895'

red 171 ◦ green 200 ◦ blue 149

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

Shades of Norway #ABC895

Tints of Norway #ABC895

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.46%

 BLUE value IS 149 (58.59% from 255) = 28.65%

R = 32.88%
G = 38.46%
B = 28.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#ABC895 (or 0xABC895) is known color: Norway. HEX triplet: AB, C8 and 95. RGB value is (171,200,149). Sum of RGB (Red+Green+Blue) = 171+200+149=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC895 is #54376A. Grayscale: #B9B9B9. Windows color (decimal): -5519211 or 9816235. OLE color: 9816235.

HSL color Cylindrical-coordinate representation of color #ABC895: hue angle of 94.12º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABC895 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 200 149 -
CMYK 0.14 0 0.26 0.22
HSL 94.12º 0.32% 0.68% -
HSV(B) 94.12º 0.26% 0.78% -
XYZ 42.87 52.14 36.24 -
YUV 185.52 107.39 117.65 -
System Red Green Blue C M Y K H S L
Decimal 171 200 149 0.14 0 0.26 0.22 94.12 0.32 0.68
Hex AB C8 95 E 0 1A 16 5E 20 44
Octal 253 310 225 16 0 32 26 136 40 104
Binary 10101011 11001000 10010101 1110 0 11010 10110 1011110 100000 1000100

Color Harmonies of #ABC895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC895

Black with #ABC895

Text Example


Text Example

White with #ABC895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC895; }

 p { color: rgb(171,200,149); }

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

background-color css

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

 a { background-color: rgb(171,200,149); }

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

border-color css

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

 span { border-color: rgb(171,200,149); }

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