Html Css Color HEX #ABBC9B Norway

📋 copy color: '#ABBC9B'

red 171 ◦ green 188 ◦ blue 155

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

Shades of Norway #ABBC9B

Tints of Norway #ABBC9B

RGB

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

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

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

R = 33.27%
G = 36.58%
B = 30.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#ABBC9B (or 0xABBC9B) is known color: Norway. HEX triplet: AB, BC and 9B. RGB value is (171,188,155). Sum of RGB (Red+Green+Blue) = 171+188+155=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC9B is #544364. Grayscale: #B3B3B3. Windows color (decimal): -5522277 or 10206379. OLE color: 10206379.

HSL color Cylindrical-coordinate representation of color #ABBC9B: hue angle of 90.91º 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 #ABBC9B is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 188 155 -
CMYK 0.09 0 0.18 0.26
HSL 90.91º 0.2% 0.67% -
HSV(B) 90.91º 0.18% 0.74% -
XYZ 40.69 46.99 37.94 -
YUV 179.16 114.37 122.18 -
System Red Green Blue C M Y K H S L
Decimal 171 188 155 0.09 0 0.18 0.26 90.91 0.2 0.67
Hex AB BC 9B 9 0 12 1A 5B 14 43
Octal 253 274 233 11 0 22 32 133 24 103
Binary 10101011 10111100 10011011 1001 0 10010 11010 1011011 10100 1000011

Color Harmonies of #ABBC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC9B

Black with #ABBC9B

Text Example


Text Example

White with #ABBC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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