Html Css Color HEX #ABC097 Norway

📋 copy color: '#ABC097'

red 171 ◦ green 192 ◦ blue 151

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

Shades of Norway #ABC097

Tints of Norway #ABC097

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.35%

 BLUE value IS 151 (59.38% from 255) = 29.38%

R = 33.27%
G = 37.35%
B = 29.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#ABC097 (or 0xABC097) is known color: Norway. HEX triplet: AB, C0 and 97. RGB value is (171,192,151). Sum of RGB (Red+Green+Blue) = 171+192+151=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC097 is #543F68. Grayscale: #B5B5B5. Windows color (decimal): -5521257 or 9945259. OLE color: 9945259.

HSL color Cylindrical-coordinate representation of color #ABC097: hue angle of 90.73º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABC097 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 192 151 -
CMYK 0.11 0 0.21 0.25
HSL 90.73º 0.25% 0.67% -
HSV(B) 90.73º 0.21% 0.75% -
XYZ 41.23 48.59 36.48 -
YUV 181.05 111.04 120.83 -
System Red Green Blue C M Y K H S L
Decimal 171 192 151 0.11 0 0.21 0.25 90.73 0.25 0.67
Hex AB C0 97 B 0 15 19 5B 19 43
Octal 253 300 227 13 0 25 31 133 31 103
Binary 10101011 11000000 10010111 1011 0 10101 11001 1011011 11001 1000011

Color Harmonies of #ABC097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC097

Black with #ABC097

Text Example


Text Example

White with #ABC097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC097; }

 p { color: rgb(171,192,151); }

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

background-color css

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

 a { background-color: rgb(171,192,151); }

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

border-color css

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

 span { border-color: rgb(171,192,151); }

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