Html Css Color HEX #ABC19A Norway

📋 copy color: '#ABC19A'

red 171 ◦ green 193 ◦ blue 154

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

Shades of Norway #ABC19A

Tints of Norway #ABC19A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.73%

R = 33.01%
G = 37.26%
B = 29.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#ABC19A (or 0xABC19A) is known color: Norway. HEX triplet: AB, C1 and 9A. RGB value is (171,193,154). Sum of RGB (Red+Green+Blue) = 171+193+154=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC19A is #543E65. Grayscale: #B6B6B6. Windows color (decimal): -5520998 or 10142123. OLE color: 10142123.

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

Color convert

RGB 171 193 154 -
CMYK 0.11 0 0.20 0.24
HSL 93.85º 0.24% 0.68% -
HSV(B) 93.85º 0.2% 0.76% -
XYZ 41.7 49.13 37.86 -
YUV 181.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 171 193 154 0.11 0 0.20 0.24 93.85 0.24 0.68
Hex AB C1 9A B 0 14 18 5E 18 44
Octal 253 301 232 13 0 24 30 136 30 104
Binary 10101011 11000001 10011010 1011 0 10100 11000 1011110 11000 1000100

Color Harmonies of #ABC19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC19A

Black with #ABC19A

Text Example


Text Example

White with #ABC19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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