Html Css Color HEX #ABC197 Norway

📋 copy color: '#ABC197'

red 171 ◦ green 193 ◦ blue 151

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

Shades of Norway #ABC197

Tints of Norway #ABC197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.32%

R = 33.2%
G = 37.48%
B = 29.32%

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

#ABC197 (or 0xABC197) is known color: Norway. HEX triplet: AB, C1 and 97. RGB value is (171,193,151). Sum of RGB (Red+Green+Blue) = 171+193+151=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC197 is #543E68. Grayscale: #B5B5B5. Windows color (decimal): -5521001 or 9945515. OLE color: 9945515.

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

Color convert

RGB 171 193 151 -
CMYK 0.11 0 0.22 0.24
HSL 91.43º 0.25% 0.67% -
HSV(B) 91.43º 0.22% 0.76% -
XYZ 41.45 49.03 36.56 -
YUV 181.63 110.71 120.42 -
System Red Green Blue C M Y K H S L
Decimal 171 193 151 0.11 0 0.22 0.24 91.43 0.25 0.67
Hex AB C1 97 B 0 16 18 5B 19 43
Octal 253 301 227 13 0 26 30 133 31 103
Binary 10101011 11000001 10010111 1011 0 10110 11000 1011011 11001 1000011

Color Harmonies of #ABC197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC197

Black with #ABC197

Text Example


Text Example

White with #ABC197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC197; }

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

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

background-color css

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

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

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

border-color css

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

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

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