Html Css Color HEX #ABC196 Norway

📋 copy color: '#ABC196'

red 171 ◦ green 193 ◦ blue 150

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

Shades of Norway #ABC196

Tints of Norway #ABC196

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.55%

 BLUE value IS 150 (58.98% from 255) = 29.18%

R = 33.27%
G = 37.55%
B = 29.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#ABC196 (or 0xABC196) is known color: Norway. HEX triplet: AB, C1 and 96. RGB value is (171,193,150). Sum of RGB (Red+Green+Blue) = 171+193+150=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC196 is #543E69. Grayscale: #B5B5B5. Windows color (decimal): -5521002 or 9879979. OLE color: 9879979.

HSL color Cylindrical-coordinate representation of color #ABC196: hue angle of 90.7º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABC196 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 193 150 -
CMYK 0.11 0 0.22 0.24
HSL 90.7º 0.26% 0.67% -
HSV(B) 90.7º 0.22% 0.76% -
XYZ 41.37 49 36.13 -
YUV 181.52 110.21 120.5 -
System Red Green Blue C M Y K H S L
Decimal 171 193 150 0.11 0 0.22 0.24 90.7 0.26 0.67
Hex AB C1 96 B 0 16 18 5B 1A 43
Octal 253 301 226 13 0 26 30 133 32 103
Binary 10101011 11000001 10010110 1011 0 10110 11000 1011011 11010 1000011

Color Harmonies of #ABC196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC196

Black with #ABC196

Text Example


Text Example

White with #ABC196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC196; }

 p { color: rgb(171,193,150); }

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

background-color css

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

 a { background-color: rgb(171,193,150); }

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

border-color css

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

 span { border-color: rgb(171,193,150); }

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