Html Css Color HEX #ABBD8D Norway

📋 copy color: '#ABBD8D'

red 171 ◦ green 189 ◦ blue 141

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

Shades of Norway #ABBD8D

Tints of Norway #ABBD8D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.72%

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

R = 34.13%
G = 37.72%
B = 28.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#ABBD8D (or 0xABBD8D) is known color: Norway. HEX triplet: AB, BD and 8D. RGB value is (171,189,141). Sum of RGB (Red+Green+Blue) = 171+189+141=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD8D is #544272. Grayscale: #B2B2B2. Windows color (decimal): -5522035 or 9289131. OLE color: 9289131.

HSL color Cylindrical-coordinate representation of color #ABBD8D: hue angle of 82.5º degrees, saturation: 0.27, 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 #ABBD8D is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 141 -
CMYK 0.10 0 0.25 0.26
HSL 82.5º 0.27% 0.65% -
HSV(B) 82.5º 0.25% 0.74% -
XYZ 39.8 46.98 32.17 -
YUV 178.15 107.04 122.9 -
System Red Green Blue C M Y K H S L
Decimal 171 189 141 0.10 0 0.25 0.26 82.5 0.27 0.65
Hex AB BD 8D A 0 19 1A 52 1B 41
Octal 253 275 215 12 0 31 32 122 33 101
Binary 10101011 10111101 10001101 1010 0 11001 11010 1010010 11011 1000001

Color Harmonies of #ABBD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD8D

Black with #ABBD8D

Text Example


Text Example

White with #ABBD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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