Html Css Color HEX #ABBD9D Norway

📋 copy color: '#ABBD9D'

red 171 ◦ green 189 ◦ blue 157

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

Shades of Norway #ABBD9D

Tints of Norway #ABBD9D

RGB

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

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

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

R = 33.08%
G = 36.56%
B = 30.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#ABBD9D (or 0xABBD9D) is known color: Norway. HEX triplet: AB, BD and 9D. RGB value is (171,189,157). Sum of RGB (Red+Green+Blue) = 171+189+157=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD9D is #544262. Grayscale: #B4B4B4. Windows color (decimal): -5522019 or 10337707. OLE color: 10337707.

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

Color convert

RGB 171 189 157 -
CMYK 0.10 0 0.17 0.26
HSL 93.75º 0.2% 0.68% -
HSV(B) 93.75º 0.17% 0.74% -
XYZ 41.08 47.49 38.9 -
YUV 179.97 115.04 121.6 -
System Red Green Blue C M Y K H S L
Decimal 171 189 157 0.10 0 0.17 0.26 93.75 0.2 0.68
Hex AB BD 9D A 0 11 1A 5E 14 44
Octal 253 275 235 12 0 21 32 136 24 104
Binary 10101011 10111101 10011101 1010 0 10001 11010 1011110 10100 1000100

Color Harmonies of #ABBD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD9D

Black with #ABBD9D

Text Example


Text Example

White with #ABBD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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