Html Css Color HEX #ABC192 Norway

📋 copy color: '#ABC192'

red 171 ◦ green 193 ◦ blue 146

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

Shades of Norway #ABC192

Tints of Norway #ABC192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.63%

R = 33.53%
G = 37.84%
B = 28.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#ABC192 (or 0xABC192) is known color: Norway. HEX triplet: AB, C1 and 92. RGB value is (171,193,146). Sum of RGB (Red+Green+Blue) = 171+193+146=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC192 is #543E6D. Grayscale: #B5B5B5. Windows color (decimal): -5521006 or 9617835. OLE color: 9617835.

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

Color convert

RGB 171 193 146 -
CMYK 0.11 0 0.24 0.24
HSL 88.09º 0.27% 0.66% -
HSV(B) 88.09º 0.24% 0.76% -
XYZ 41.05 48.87 34.46 -
YUV 181.06 108.21 120.82 -
System Red Green Blue C M Y K H S L
Decimal 171 193 146 0.11 0 0.24 0.24 88.09 0.27 0.66
Hex AB C1 92 B 0 18 18 58 1B 42
Octal 253 301 222 13 0 30 30 130 33 102
Binary 10101011 11000001 10010010 1011 0 11000 11000 1011000 11011 1000010

Color Harmonies of #ABC192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC192

Black with #ABC192

Text Example


Text Example

White with #ABC192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC192; }

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

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

background-color css

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

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

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

border-color css

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

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

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