Html Css Color HEX #ABC991 Norway

📋 copy color: '#ABC991'

red 171 ◦ green 201 ◦ blue 145

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

Shades of Norway #ABC991

Tints of Norway #ABC991

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.88%

 BLUE value IS 145 (57.03% from 255) = 28.05%

R = 33.08%
G = 38.88%
B = 28.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#ABC991 (or 0xABC991) is known color: Norway. HEX triplet: AB, C9 and 91. RGB value is (171,201,145). Sum of RGB (Red+Green+Blue) = 171+201+145=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC991 is #54366E. Grayscale: #B9B9B9. Windows color (decimal): -5518959 or 9554347. OLE color: 9554347.

HSL color Cylindrical-coordinate representation of color #ABC991: hue angle of 92.14º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABC991 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 145 -
CMYK 0.15 0 0.28 0.21
HSL 92.14º 0.34% 0.68% -
HSV(B) 92.14º 0.28% 0.79% -
XYZ 42.79 52.48 34.66 -
YUV 185.65 105.06 117.55 -
System Red Green Blue C M Y K H S L
Decimal 171 201 145 0.15 0 0.28 0.21 92.14 0.34 0.68
Hex AB C9 91 F 0 1C 15 5C 22 44
Octal 253 311 221 17 0 34 25 134 42 104
Binary 10101011 11001001 10010001 1111 0 11100 10101 1011100 100010 1000100

Color Harmonies of #ABC991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC991

Black with #ABC991

Text Example


Text Example

White with #ABC991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC991; }

 p { color: rgb(171,201,145); }

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

background-color css

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

 a { background-color: rgb(171,201,145); }

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

border-color css

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

 span { border-color: rgb(171,201,145); }

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