Html Css Color HEX #ABC198 Norway

📋 copy color: '#ABC198'

red 171 ◦ green 193 ◦ blue 152

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

Shades of Norway #ABC198

Tints of Norway #ABC198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.46%

R = 33.14%
G = 37.4%
B = 29.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#ABC198 (or 0xABC198) is known color: Norway. HEX triplet: AB, C1 and 98. RGB value is (171,193,152). Sum of RGB (Red+Green+Blue) = 171+193+152=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC198 is #543E67. Grayscale: #B5B5B5. Windows color (decimal): -5521000 or 10011051. OLE color: 10011051.

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

Color convert

RGB 171 193 152 -
CMYK 0.11 0 0.21 0.24
HSL 92.2º 0.25% 0.68% -
HSV(B) 92.2º 0.21% 0.76% -
XYZ 41.53 49.06 36.99 -
YUV 181.75 111.21 120.33 -
System Red Green Blue C M Y K H S L
Decimal 171 193 152 0.11 0 0.21 0.24 92.2 0.25 0.68
Hex AB C1 98 B 0 15 18 5C 19 44
Octal 253 301 230 13 0 25 30 134 31 104
Binary 10101011 11000001 10011000 1011 0 10101 11000 1011100 11001 1000100

Color Harmonies of #ABC198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC198

Black with #ABC198

Text Example


Text Example

White with #ABC198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC198; }

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

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

background-color css

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

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

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

border-color css

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

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

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