Html Css Color HEX #ABC696 Norway

📋 copy color: '#ABC696'

red 171 ◦ green 198 ◦ blue 150

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

Shades of Norway #ABC696

Tints of Norway #ABC696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.9%

R = 32.95%
G = 38.15%
B = 28.9%

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

#ABC696 (or 0xABC696) is known color: Norway. HEX triplet: AB, C6 and 96. RGB value is (171,198,150). Sum of RGB (Red+Green+Blue) = 171+198+150=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC696 is #543969. Grayscale: #B8B8B8. Windows color (decimal): -5519722 or 9881259. OLE color: 9881259.

HSL color Cylindrical-coordinate representation of color #ABC696: hue angle of 93.75º degrees, saturation: 0.3, 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 #ABC696 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 198 150 -
CMYK 0.14 0 0.24 0.22
HSL 93.75º 0.3% 0.68% -
HSV(B) 93.75º 0.24% 0.78% -
XYZ 42.49 51.25 36.51 -
YUV 184.46 108.55 118.4 -
System Red Green Blue C M Y K H S L
Decimal 171 198 150 0.14 0 0.24 0.22 93.75 0.3 0.68
Hex AB C6 96 E 0 18 16 5E 1E 44
Octal 253 306 226 16 0 30 26 136 36 104
Binary 10101011 11000110 10010110 1110 0 11000 10110 1011110 11110 1000100

Color Harmonies of #ABC696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC696

Black with #ABC696

Text Example


Text Example

White with #ABC696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC696; }

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

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

background-color css

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

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

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

border-color css

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

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

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