Html Css Color HEX #ABBF9C Norway

📋 copy color: '#ABBF9C'

red 171 ◦ green 191 ◦ blue 156

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

Shades of Norway #ABBF9C

Tints of Norway #ABBF9C

RGB

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

 GREEN value IS 191 (75% from 255) = 36.87%

 BLUE value IS 156 (61.33% from 255) = 30.12%

R = 33.01%
G = 36.87%
B = 30.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#ABBF9C (or 0xABBF9C) is known color: Norway. HEX triplet: AB, BF and 9C. RGB value is (171,191,156). Sum of RGB (Red+Green+Blue) = 171+191+156=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBF9C is #544063. Grayscale: #B5B5B5. Windows color (decimal): -5521508 or 10272683. OLE color: 10272683.

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

Color convert

RGB 171 191 156 -
CMYK 0.10 0 0.18 0.25
HSL 94.29º 0.21% 0.68% -
HSV(B) 94.29º 0.18% 0.75% -
XYZ 41.43 48.32 38.6 -
YUV 181.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 171 191 156 0.10 0 0.18 0.25 94.29 0.21 0.68
Hex AB BF 9C A 0 12 19 5E 15 44
Octal 253 277 234 12 0 22 31 136 25 104
Binary 10101011 10111111 10011100 1010 0 10010 11001 1011110 10101 1000100

Color Harmonies of #ABBF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF9C

Black with #ABBF9C

Text Example


Text Example

White with #ABBF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF9C; }

 p { color: rgb(171,191,156); }

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

background-color css

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

 a { background-color: rgb(171,191,156); }

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

border-color css

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

 span { border-color: rgb(171,191,156); }

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