Html Css Color HEX #ABBC8D Norway

📋 copy color: '#ABBC8D'

red 171 ◦ green 188 ◦ blue 141

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

Shades of Norway #ABBC8D

Tints of Norway #ABBC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.2%

R = 34.2%
G = 37.6%
B = 28.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#ABBC8D (or 0xABBC8D) is known color: Norway. HEX triplet: AB, BC and 8D. RGB value is (171,188,141). Sum of RGB (Red+Green+Blue) = 171+188+141=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC8D is #544372. Grayscale: #B1B1B1. Windows color (decimal): -5522291 or 9288875. OLE color: 9288875.

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

Color convert

RGB 171 188 141 -
CMYK 0.09 0 0.25 0.26
HSL 81.7º 0.26% 0.65% -
HSV(B) 81.7º 0.25% 0.74% -
XYZ 39.59 46.55 32.1 -
YUV 177.56 107.37 123.32 -
System Red Green Blue C M Y K H S L
Decimal 171 188 141 0.09 0 0.25 0.26 81.7 0.26 0.65
Hex AB BC 8D 9 0 19 1A 52 1A 41
Octal 253 274 215 11 0 31 32 122 32 101
Binary 10101011 10111100 10001101 1001 0 11001 11010 1010010 11010 1000001

Color Harmonies of #ABBC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC8D

Black with #ABBC8D

Text Example


Text Example

White with #ABBC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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