Html Css Color HEX #ABBD9B Norway

📋 copy color: '#ABBD9B'

red 171 ◦ green 189 ◦ blue 155

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

Shades of Norway #ABBD9B

Tints of Norway #ABBD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.1%

R = 33.2%
G = 36.7%
B = 30.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#ABBD9B (or 0xABBD9B) is known color: Norway. HEX triplet: AB, BD and 9B. RGB value is (171,189,155). Sum of RGB (Red+Green+Blue) = 171+189+155=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD9B is #544264. Grayscale: #B3B3B3. Windows color (decimal): -5522021 or 10206635. OLE color: 10206635.

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

Color convert

RGB 171 189 155 -
CMYK 0.10 0 0.18 0.26
HSL 91.76º 0.2% 0.67% -
HSV(B) 91.76º 0.18% 0.74% -
XYZ 40.91 47.42 38.01 -
YUV 179.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 171 189 155 0.10 0 0.18 0.26 91.76 0.2 0.67
Hex AB BD 9B A 0 12 1A 5C 14 43
Octal 253 275 233 12 0 22 32 134 24 103
Binary 10101011 10111101 10011011 1010 0 10010 11010 1011100 10100 1000011

Color Harmonies of #ABBD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD9B

Black with #ABBD9B

Text Example


Text Example

White with #ABBD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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