Html Css Color HEX #ABC697 Norway

📋 copy color: '#ABC697'

red 171 ◦ green 198 ◦ blue 151

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

Shades of Norway #ABC697

Tints of Norway #ABC697

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.08%

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

R = 32.88%
G = 38.08%
B = 29.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#ABC697 (or 0xABC697) is known color: Norway. HEX triplet: AB, C6 and 97. RGB value is (171,198,151). Sum of RGB (Red+Green+Blue) = 171+198+151=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC697 is #543968. Grayscale: #B8B8B8. Windows color (decimal): -5519721 or 9946795. OLE color: 9946795.

HSL color Cylindrical-coordinate representation of color #ABC697: hue angle of 94.47º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABC697 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 198 151 -
CMYK 0.14 0 0.24 0.22
HSL 94.47º 0.29% 0.68% -
HSV(B) 94.47º 0.24% 0.78% -
XYZ 42.57 51.28 36.93 -
YUV 184.57 109.05 118.32 -
System Red Green Blue C M Y K H S L
Decimal 171 198 151 0.14 0 0.24 0.22 94.47 0.29 0.68
Hex AB C6 97 E 0 18 16 5E 1D 44
Octal 253 306 227 16 0 30 26 136 35 104
Binary 10101011 11000110 10010111 1110 0 11000 10110 1011110 11101 1000100

Color Harmonies of #ABC697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC697

Black with #ABC697

Text Example


Text Example

White with #ABC697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC697; }

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

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

background-color css

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

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

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

border-color css

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

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

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