Html Css Color HEX #ABC88C Norway

📋 copy color: '#ABC88C'

red 171 ◦ green 200 ◦ blue 140

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

Shades of Norway #ABC88C

Tints of Norway #ABC88C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.14%

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

R = 33.46%
G = 39.14%
B = 27.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#ABC88C (or 0xABC88C) is known color: Norway. HEX triplet: AB, C8 and 8C. RGB value is (171,200,140). Sum of RGB (Red+Green+Blue) = 171+200+140=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC88C is #543773. Grayscale: #B8B8B8. Windows color (decimal): -5519220 or 9226411. OLE color: 9226411.

HSL color Cylindrical-coordinate representation of color #ABC88C: hue angle of 89º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABC88C is Cyan = 0.14, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 200 140 -
CMYK 0.14 0 0.3 0.22
HSL 89º 0.35% 0.67% -
HSV(B) 89º 0.3% 0.78% -
XYZ 42.18 51.86 32.6 -
YUV 184.49 102.89 118.38 -
System Red Green Blue C M Y K H S L
Decimal 171 200 140 0.14 0 0.3 0.22 89 0.35 0.67
Hex AB C8 8C E 0 1E 16 59 23 43
Octal 253 310 214 16 0 36 26 131 43 103
Binary 10101011 11001000 10001100 1110 0 11110 10110 1011001 100011 1000011

Color Harmonies of #ABC88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC88C

Black with #ABC88C

Text Example


Text Example

White with #ABC88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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