Html Css Color HEX #ABBE8D Norway

📋 copy color: '#ABBE8D'

red 171 ◦ green 190 ◦ blue 141

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

Shades of Norway #ABBE8D

Tints of Norway #ABBE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.09%

R = 34.06%
G = 37.85%
B = 28.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#ABBE8D (or 0xABBE8D) is known color: Norway. HEX triplet: AB, BE and 8D. RGB value is (171,190,141). Sum of RGB (Red+Green+Blue) = 171+190+141=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBE8D is #544172. Grayscale: #B2B2B2. Windows color (decimal): -5521779 or 9289387. OLE color: 9289387.

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

Color convert

RGB 171 190 141 -
CMYK 0.10 0 0.26 0.25
HSL 83.27º 0.27% 0.65% -
HSV(B) 83.27º 0.26% 0.75% -
XYZ 40.02 47.41 32.24 -
YUV 178.73 106.71 122.48 -
System Red Green Blue C M Y K H S L
Decimal 171 190 141 0.10 0 0.26 0.25 83.27 0.27 0.65
Hex AB BE 8D A 0 1A 19 53 1B 41
Octal 253 276 215 12 0 32 31 123 33 101
Binary 10101011 10111110 10001101 1010 0 11010 11001 1010011 11011 1000001

Color Harmonies of #ABBE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBE8D

Black with #ABBE8D

Text Example


Text Example

White with #ABBE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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