Html Css Color HEX #ABC590 Norway

📋 copy color: '#ABC590'

red 171 ◦ green 197 ◦ blue 144

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

Shades of Norway #ABC590

Tints of Norway #ABC590

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.48%

 BLUE value IS 144 (56.64% from 255) = 28.13%

R = 33.4%
G = 38.48%
B = 28.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#ABC590 (or 0xABC590) is known color: Norway. HEX triplet: AB, C5 and 90. RGB value is (171,197,144). Sum of RGB (Red+Green+Blue) = 171+197+144=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC590 is #543A6F. Grayscale: #B7B7B7. Windows color (decimal): -5519984 or 9487787. OLE color: 9487787.

HSL color Cylindrical-coordinate representation of color #ABC590: hue angle of 89.43º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABC590 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 144 -
CMYK 0.13 0 0.27 0.23
HSL 89.43º 0.31% 0.67% -
HSV(B) 89.43º 0.27% 0.77% -
XYZ 41.79 50.6 33.95 -
YUV 183.18 105.89 119.31 -
System Red Green Blue C M Y K H S L
Decimal 171 197 144 0.13 0 0.27 0.23 89.43 0.31 0.67
Hex AB C5 90 D 0 1B 17 59 1F 43
Octal 253 305 220 15 0 33 27 131 37 103
Binary 10101011 11000101 10010000 1101 0 11011 10111 1011001 11111 1000011

Color Harmonies of #ABC590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC590

Black with #ABC590

Text Example


Text Example

White with #ABC590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC590; }

 p { color: rgb(171,197,144); }

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

background-color css

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

 a { background-color: rgb(171,197,144); }

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

border-color css

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

 span { border-color: rgb(171,197,144); }

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