Html Css Color HEX #ABC995 Norway

📋 copy color: '#ABC995'

red 171 ◦ green 201 ◦ blue 149

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

Shades of Norway #ABC995

Tints of Norway #ABC995

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.58%

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

R = 32.82%
G = 38.58%
B = 28.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#ABC995 (or 0xABC995) is known color: Norway. HEX triplet: AB, C9 and 95. RGB value is (171,201,149). Sum of RGB (Red+Green+Blue) = 171+201+149=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC995 is #54366A. Grayscale: #BABABA. Windows color (decimal): -5518955 or 9816491. OLE color: 9816491.

HSL color Cylindrical-coordinate representation of color #ABC995: hue angle of 94.62º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABC995 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 149 -
CMYK 0.15 0 0.26 0.21
HSL 94.62º 0.33% 0.69% -
HSV(B) 94.62º 0.26% 0.79% -
XYZ 43.11 52.6 36.31 -
YUV 186.1 107.06 117.23 -
System Red Green Blue C M Y K H S L
Decimal 171 201 149 0.15 0 0.26 0.21 94.62 0.33 0.69
Hex AB C9 95 F 0 1A 15 5F 20 45
Octal 253 311 225 17 0 32 25 137 40 105
Binary 10101011 11001001 10010101 1111 0 11010 10101 1011111 100000 1000101

Color Harmonies of #ABC995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC995

Black with #ABC995

Text Example


Text Example

White with #ABC995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC995; }

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

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

background-color css

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

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

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

border-color css

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

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

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