Html Css Color HEX #ABBE9C Norway

📋 copy color: '#ABBE9C'

red 171 ◦ green 190 ◦ blue 156

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

Shades of Norway #ABBE9C

Tints of Norway #ABBE9C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.75%

 BLUE value IS 156 (61.33% from 255) = 30.17%

R = 33.08%
G = 36.75%
B = 30.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#ABBE9C (or 0xABBE9C) is known color: Norway. HEX triplet: AB, BE and 9C. RGB value is (171,190,156). Sum of RGB (Red+Green+Blue) = 171+190+156=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBE9C is #544163. Grayscale: #B4B4B4. Windows color (decimal): -5521764 or 10272427. OLE color: 10272427.

HSL color Cylindrical-coordinate representation of color #ABBE9C: hue angle of 93.53º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABBE9C is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 190 156 -
CMYK 0.10 0 0.18 0.25
HSL 93.53º 0.21% 0.68% -
HSV(B) 93.53º 0.18% 0.75% -
XYZ 41.21 47.89 38.52 -
YUV 180.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 171 190 156 0.10 0 0.18 0.25 93.53 0.21 0.68
Hex AB BE 9C A 0 12 19 5E 15 44
Octal 253 276 234 12 0 22 31 136 25 104
Binary 10101011 10111110 10011100 1010 0 10010 11001 1011110 10101 1000100

Color Harmonies of #ABBE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBE9C

Black with #ABBE9C

Text Example


Text Example

White with #ABBE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBE9C; }

 p { color: rgb(171,190,156); }

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

background-color css

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

 a { background-color: rgb(171,190,156); }

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

border-color css

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

 span { border-color: rgb(171,190,156); }

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