Html Css Color HEX #ABBE8C Norway

📋 copy color: '#ABBE8C'

red 171 ◦ green 190 ◦ blue 140

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

Shades of Norway #ABBE8C

Tints of Norway #ABBE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.94%

R = 34.13%
G = 37.92%
B = 27.94%

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

#ABBE8C (or 0xABBE8C) is known color: Norway. HEX triplet: AB, BE and 8C. RGB value is (171,190,140). Sum of RGB (Red+Green+Blue) = 171+190+140=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBE8C is #544173. Grayscale: #B2B2B2. Windows color (decimal): -5521780 or 9223851. OLE color: 9223851.

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

Color convert

RGB 171 190 140 -
CMYK 0.10 0 0.26 0.25
HSL 82.8º 0.28% 0.65% -
HSV(B) 82.8º 0.26% 0.75% -
XYZ 39.94 47.38 31.85 -
YUV 178.62 106.21 122.57 -
System Red Green Blue C M Y K H S L
Decimal 171 190 140 0.10 0 0.26 0.25 82.8 0.28 0.65
Hex AB BE 8C A 0 1A 19 53 1C 41
Octal 253 276 214 12 0 32 31 123 34 101
Binary 10101011 10111110 10001100 1010 0 11010 11001 1010011 11100 1000001

Color Harmonies of #ABBE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBE8C

Black with #ABBE8C

Text Example


Text Example

White with #ABBE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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