Html Css Color HEX #ABC191 Norway

📋 copy color: '#ABC191'

red 171 ◦ green 193 ◦ blue 145

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

Shades of Norway #ABC191

Tints of Norway #ABC191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.49%

R = 33.6%
G = 37.92%
B = 28.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#ABC191 (or 0xABC191) is known color: Norway. HEX triplet: AB, C1 and 91. RGB value is (171,193,145). Sum of RGB (Red+Green+Blue) = 171+193+145=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC191 is #543E6E. Grayscale: #B5B5B5. Windows color (decimal): -5521007 or 9552299. OLE color: 9552299.

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

Color convert

RGB 171 193 145 -
CMYK 0.11 0 0.25 0.24
HSL 87.5º 0.28% 0.66% -
HSV(B) 87.5º 0.25% 0.76% -
XYZ 40.98 48.84 34.06 -
YUV 180.95 107.71 120.9 -
System Red Green Blue C M Y K H S L
Decimal 171 193 145 0.11 0 0.25 0.24 87.5 0.28 0.66
Hex AB C1 91 B 0 19 18 57 1C 42
Octal 253 301 221 13 0 31 30 127 34 102
Binary 10101011 11000001 10010001 1011 0 11001 11000 1010111 11100 1000010

Color Harmonies of #ABC191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC191

Black with #ABC191

Text Example


Text Example

White with #ABC191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC191; }

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

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

background-color css

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

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

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

border-color css

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

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

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