Html Css Color HEX #ABC48D Norway

📋 copy color: '#ABC48D'

red 171 ◦ green 196 ◦ blue 141

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

Shades of Norway #ABC48D

Tints of Norway #ABC48D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.58%

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

R = 33.66%
G = 38.58%
B = 27.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#ABC48D (or 0xABC48D) is known color: Norway. HEX triplet: AB, C4 and 8D. RGB value is (171,196,141). Sum of RGB (Red+Green+Blue) = 171+196+141=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC48D is #543B72. Grayscale: #B6B6B6. Windows color (decimal): -5520243 or 9290923. OLE color: 9290923.

HSL color Cylindrical-coordinate representation of color #ABC48D: hue angle of 87.27º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABC48D is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 196 141 -
CMYK 0.13 0 0.28 0.23
HSL 87.27º 0.32% 0.66% -
HSV(B) 87.27º 0.28% 0.77% -
XYZ 41.34 50.06 32.68 -
YUV 182.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 171 196 141 0.13 0 0.28 0.23 87.27 0.32 0.66
Hex AB C4 8D D 0 1C 17 57 20 42
Octal 253 304 215 15 0 34 27 127 40 102
Binary 10101011 11000100 10001101 1101 0 11100 10111 1010111 100000 1000010

Color Harmonies of #ABC48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC48D

Black with #ABC48D

Text Example


Text Example

White with #ABC48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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