Html Css Color HEX #ABBE8F Norway

📋 copy color: '#ABBE8F'

red 171 ◦ green 190 ◦ blue 143

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

Shades of Norway #ABBE8F

Tints of Norway #ABBE8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.37%

R = 33.93%
G = 37.7%
B = 28.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#ABBE8F (or 0xABBE8F) is known color: Norway. HEX triplet: AB, BE and 8F. RGB value is (171,190,143). Sum of RGB (Red+Green+Blue) = 171+190+143=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBE8F is #544170. Grayscale: #B3B3B3. Windows color (decimal): -5521777 or 9420459. OLE color: 9420459.

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

Color convert

RGB 171 190 143 -
CMYK 0.10 0 0.25 0.25
HSL 84.26º 0.27% 0.65% -
HSV(B) 84.26º 0.25% 0.75% -
XYZ 40.17 47.47 33.03 -
YUV 178.96 107.71 122.32 -
System Red Green Blue C M Y K H S L
Decimal 171 190 143 0.10 0 0.25 0.25 84.26 0.27 0.65
Hex AB BE 8F A 0 19 19 54 1B 41
Octal 253 276 217 12 0 31 31 124 33 101
Binary 10101011 10111110 10001111 1010 0 11001 11001 1010100 11011 1000001

Color Harmonies of #ABBE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBE8F

Black with #ABBE8F

Text Example


Text Example

White with #ABBE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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