Html Css Color HEX #ABC296 Norway

📋 copy color: '#ABC296'

red 171 ◦ green 194 ◦ blue 150

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

Shades of Norway #ABC296

Tints of Norway #ABC296

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.67%

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

R = 33.2%
G = 37.67%
B = 29.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#ABC296 (or 0xABC296) is known color: Norway. HEX triplet: AB, C2 and 96. RGB value is (171,194,150). Sum of RGB (Red+Green+Blue) = 171+194+150=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC296 is #543D69. Grayscale: #B6B6B6. Windows color (decimal): -5520746 or 9880235. OLE color: 9880235.

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

Color convert

RGB 171 194 150 -
CMYK 0.12 0 0.23 0.24
HSL 91.36º 0.27% 0.67% -
HSV(B) 91.36º 0.23% 0.76% -
XYZ 41.59 49.44 36.21 -
YUV 182.11 109.88 120.08 -
System Red Green Blue C M Y K H S L
Decimal 171 194 150 0.12 0 0.23 0.24 91.36 0.27 0.67
Hex AB C2 96 C 0 17 18 5B 1B 43
Octal 253 302 226 14 0 27 30 133 33 103
Binary 10101011 11000010 10010110 1100 0 10111 11000 1011011 11011 1000011

Color Harmonies of #ABC296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC296

Black with #ABC296

Text Example


Text Example

White with #ABC296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC296; }

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

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

background-color css

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

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

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

border-color css

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

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

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