Html Css Color HEX #ABBE8E Norway

📋 copy color: '#ABBE8E'

red 171 ◦ green 190 ◦ blue 142

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

Shades of Norway #ABBE8E

Tints of Norway #ABBE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.23%

R = 34%
G = 37.77%
B = 28.23%

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

#ABBE8E (or 0xABBE8E) is known color: Norway. HEX triplet: AB, BE and 8E. RGB value is (171,190,142). Sum of RGB (Red+Green+Blue) = 171+190+142=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBE8E is #544171. Grayscale: #B3B3B3. Windows color (decimal): -5521778 or 9354923. OLE color: 9354923.

HSL color Cylindrical-coordinate representation of color #ABBE8E: hue angle of 83.75º 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 #ABBE8E is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 190 142 -
CMYK 0.10 0 0.25 0.25
HSL 83.75º 0.27% 0.65% -
HSV(B) 83.75º 0.25% 0.75% -
XYZ 40.09 47.44 32.63 -
YUV 178.85 107.21 122.4 -
System Red Green Blue C M Y K H S L
Decimal 171 190 142 0.10 0 0.25 0.25 83.75 0.27 0.65
Hex AB BE 8E A 0 19 19 54 1B 41
Octal 253 276 216 12 0 31 31 124 33 101
Binary 10101011 10111110 10001110 1010 0 11001 11001 1010100 11011 1000001

Color Harmonies of #ABBE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBE8E

Black with #ABBE8E

Text Example


Text Example

White with #ABBE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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