Html Css Color HEX #ABC18B Norway

📋 copy color: '#ABC18B'

red 171 ◦ green 193 ◦ blue 139

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

Shades of Norway #ABC18B

Tints of Norway #ABC18B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.37%

 BLUE value IS 139 (54.69% from 255) = 27.63%

R = 34%
G = 38.37%
B = 27.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#ABC18B (or 0xABC18B) is known color: Norway. HEX triplet: AB, C1 and 8B. RGB value is (171,193,139). Sum of RGB (Red+Green+Blue) = 171+193+139=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC18B is #543E74. Grayscale: #B4B4B4. Windows color (decimal): -5521013 or 9159083. OLE color: 9159083.

HSL color Cylindrical-coordinate representation of color #ABC18B: hue angle of 84.44º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABC18B is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 193 139 -
CMYK 0.11 0 0.28 0.24
HSL 84.44º 0.3% 0.65% -
HSV(B) 84.44º 0.28% 0.76% -
XYZ 40.52 48.66 31.68 -
YUV 180.27 104.71 121.39 -
System Red Green Blue C M Y K H S L
Decimal 171 193 139 0.11 0 0.28 0.24 84.44 0.3 0.65
Hex AB C1 8B B 0 1C 18 54 1E 41
Octal 253 301 213 13 0 34 30 124 36 101
Binary 10101011 11000001 10001011 1011 0 11100 11000 1010100 11110 1000001

Color Harmonies of #ABC18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC18B

Black with #ABC18B

Text Example


Text Example

White with #ABC18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC18B; }

 p { color: rgb(171,193,139); }

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

background-color css

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

 a { background-color: rgb(171,193,139); }

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

border-color css

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

 span { border-color: rgb(171,193,139); }

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