Html Css Color HEX #ABC594 Norway

📋 copy color: '#ABC594'

red 171 ◦ green 197 ◦ blue 148

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

Shades of Norway #ABC594

Tints of Norway #ABC594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.68%

R = 33.14%
G = 38.18%
B = 28.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#ABC594 (or 0xABC594) is known color: Norway. HEX triplet: AB, C5 and 94. RGB value is (171,197,148). Sum of RGB (Red+Green+Blue) = 171+197+148=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC594 is #543A6B. Grayscale: #B7B7B7. Windows color (decimal): -5519980 or 9749931. OLE color: 9749931.

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

Color convert

RGB 171 197 148 -
CMYK 0.13 0 0.25 0.23
HSL 91.84º 0.3% 0.68% -
HSV(B) 91.84º 0.25% 0.77% -
XYZ 42.11 50.73 35.59 -
YUV 183.64 107.89 118.98 -
System Red Green Blue C M Y K H S L
Decimal 171 197 148 0.13 0 0.25 0.23 91.84 0.3 0.68
Hex AB C5 94 D 0 19 17 5C 1E 44
Octal 253 305 224 15 0 31 27 134 36 104
Binary 10101011 11000101 10010100 1101 0 11001 10111 1011100 11110 1000100

Color Harmonies of #ABC594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC594

Black with #ABC594

Text Example


Text Example

White with #ABC594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC594; }

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

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

background-color css

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

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

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

border-color css

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

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

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