Html Css Color HEX #ABC896 Norway

📋 copy color: '#ABC896'

red 171 ◦ green 200 ◦ blue 150

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

Shades of Norway #ABC896

Tints of Norway #ABC896

RGB

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

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

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

R = 32.82%
G = 38.39%
B = 28.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#ABC896 (or 0xABC896) is known color: Norway. HEX triplet: AB, C8 and 96. RGB value is (171,200,150). Sum of RGB (Red+Green+Blue) = 171+200+150=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC896 is #543769. Grayscale: #B9B9B9. Windows color (decimal): -5519210 or 9881771. OLE color: 9881771.

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

Color convert

RGB 171 200 150 -
CMYK 0.14 0 0.25 0.22
HSL 94.8º 0.31% 0.69% -
HSV(B) 94.8º 0.25% 0.78% -
XYZ 42.95 52.17 36.66 -
YUV 185.63 107.89 117.57 -
System Red Green Blue C M Y K H S L
Decimal 171 200 150 0.14 0 0.25 0.22 94.8 0.31 0.69
Hex AB C8 96 E 0 19 16 5F 1F 45
Octal 253 310 226 16 0 31 26 137 37 105
Binary 10101011 11001000 10010110 1110 0 11001 10110 1011111 11111 1000101

Color Harmonies of #ABC896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC896

Black with #ABC896

Text Example


Text Example

White with #ABC896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC896; }

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

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

background-color css

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

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

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

border-color css

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

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

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