Html Css Color HEX #ABC194 Norway

📋 copy color: '#ABC194'

red 171 ◦ green 193 ◦ blue 148

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

Shades of Norway #ABC194

Tints of Norway #ABC194

RGB

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

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

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

R = 33.4%
G = 37.7%
B = 28.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#ABC194 (or 0xABC194) is known color: Norway. HEX triplet: AB, C1 and 94. RGB value is (171,193,148). Sum of RGB (Red+Green+Blue) = 171+193+148=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC194 is #543E6B. Grayscale: #B5B5B5. Windows color (decimal): -5521004 or 9748907. OLE color: 9748907.

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

Color convert

RGB 171 193 148 -
CMYK 0.11 0 0.23 0.24
HSL 89.33º 0.27% 0.67% -
HSV(B) 89.33º 0.23% 0.76% -
XYZ 41.21 48.94 35.29 -
YUV 181.29 109.21 120.66 -
System Red Green Blue C M Y K H S L
Decimal 171 193 148 0.11 0 0.23 0.24 89.33 0.27 0.67
Hex AB C1 94 B 0 17 18 59 1B 43
Octal 253 301 224 13 0 27 30 131 33 103
Binary 10101011 11000001 10010100 1011 0 10111 11000 1011001 11011 1000011

Color Harmonies of #ABC194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC194

Black with #ABC194

Text Example


Text Example

White with #ABC194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC194; }

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

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

background-color css

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

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

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

border-color css

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

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

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