Html Css Color HEX #ABBC9D Norway

📋 copy color: '#ABBC9D'

red 171 ◦ green 188 ◦ blue 157

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

Shades of Norway #ABBC9D

Tints of Norway #ABBC9D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.43%

 BLUE value IS 157 (61.72% from 255) = 30.43%

R = 33.14%
G = 36.43%
B = 30.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#ABBC9D (or 0xABBC9D) is known color: Norway. HEX triplet: AB, BC and 9D. RGB value is (171,188,157). Sum of RGB (Red+Green+Blue) = 171+188+157=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC9D is #544362. Grayscale: #B3B3B3. Windows color (decimal): -5522275 or 10337451. OLE color: 10337451.

HSL color Cylindrical-coordinate representation of color #ABBC9D: hue angle of 92.9º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABBC9D is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 188 157 -
CMYK 0.09 0 0.16 0.26
HSL 92.9º 0.19% 0.68% -
HSV(B) 92.9º 0.16% 0.74% -
XYZ 40.86 47.06 38.83 -
YUV 179.38 115.37 122.02 -
System Red Green Blue C M Y K H S L
Decimal 171 188 157 0.09 0 0.16 0.26 92.9 0.19 0.68
Hex AB BC 9D 9 0 10 1A 5D 13 44
Octal 253 274 235 11 0 20 32 135 23 104
Binary 10101011 10111100 10011101 1001 0 10000 11010 1011101 10011 1000100

Color Harmonies of #ABBC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC9D

Black with #ABBC9D

Text Example


Text Example

White with #ABBC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC9D; }

 p { color: rgb(171,188,157); }

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

background-color css

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

 a { background-color: rgb(171,188,157); }

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

border-color css

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

 span { border-color: rgb(171,188,157); }

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