Html Css Color HEX #ABC796 Norway

📋 copy color: '#ABC796'

red 171 ◦ green 199 ◦ blue 150

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

Shades of Norway #ABC796

Tints of Norway #ABC796

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.27%

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

R = 32.88%
G = 38.27%
B = 28.85%

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

#ABC796 (or 0xABC796) is known color: Norway. HEX triplet: AB, C7 and 96. RGB value is (171,199,150). Sum of RGB (Red+Green+Blue) = 171+199+150=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC796 is #543869. Grayscale: #B9B9B9. Windows color (decimal): -5519466 or 9881515. OLE color: 9881515.

HSL color Cylindrical-coordinate representation of color #ABC796: hue angle of 94.29º degrees, saturation: 0.3, 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 #ABC796 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 199 150 -
CMYK 0.14 0 0.25 0.22
HSL 94.29º 0.3% 0.68% -
HSV(B) 94.29º 0.25% 0.78% -
XYZ 42.72 51.71 36.58 -
YUV 185.04 108.22 117.98 -
System Red Green Blue C M Y K H S L
Decimal 171 199 150 0.14 0 0.25 0.22 94.29 0.3 0.68
Hex AB C7 96 E 0 19 16 5E 1E 44
Octal 253 307 226 16 0 31 26 136 36 104
Binary 10101011 11000111 10010110 1110 0 11001 10110 1011110 11110 1000100

Color Harmonies of #ABC796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC796

Black with #ABC796

Text Example


Text Example

White with #ABC796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC796; }

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

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

background-color css

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

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

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

border-color css

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

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

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