Html Css Color HEX #ABC195 Norway

📋 copy color: '#ABC195'

red 171 ◦ green 193 ◦ blue 149

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

Shades of Norway #ABC195

Tints of Norway #ABC195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.04%

R = 33.33%
G = 37.62%
B = 29.04%

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

#ABC195 (or 0xABC195) is known color: Norway. HEX triplet: AB, C1 and 95. RGB value is (171,193,149). Sum of RGB (Red+Green+Blue) = 171+193+149=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC195 is #543E6A. Grayscale: #B5B5B5. Windows color (decimal): -5521003 or 9814443. OLE color: 9814443.

HSL color Cylindrical-coordinate representation of color #ABC195: hue angle of 90º degrees, saturation: 0.26, 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 #ABC195 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 193 149 -
CMYK 0.11 0 0.23 0.24
HSL 90º 0.26% 0.67% -
HSV(B) 90º 0.23% 0.76% -
XYZ 41.29 48.97 35.71 -
YUV 181.41 109.71 120.58 -
System Red Green Blue C M Y K H S L
Decimal 171 193 149 0.11 0 0.23 0.24 90 0.26 0.67
Hex AB C1 95 B 0 17 18 5A 1A 43
Octal 253 301 225 13 0 27 30 132 32 103
Binary 10101011 11000001 10010101 1011 0 10111 11000 1011010 11010 1000011

Color Harmonies of #ABC195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC195

Black with #ABC195

Text Example


Text Example

White with #ABC195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC195; }

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

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

background-color css

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

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

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

border-color css

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

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

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