Html Css Color HEX #ABC290 Norway

📋 copy color: '#ABC290'

red 171 ◦ green 194 ◦ blue 144

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

Shades of Norway #ABC290

Tints of Norway #ABC290

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.11%

 BLUE value IS 144 (56.64% from 255) = 28.29%

R = 33.6%
G = 38.11%
B = 28.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#ABC290 (or 0xABC290) is known color: Norway. HEX triplet: AB, C2 and 90. RGB value is (171,194,144). Sum of RGB (Red+Green+Blue) = 171+194+144=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC290 is #543D6F. Grayscale: #B5B5B5. Windows color (decimal): -5520752 or 9487019. OLE color: 9487019.

HSL color Cylindrical-coordinate representation of color #ABC290: hue angle of 87.6º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABC290 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 194 144 -
CMYK 0.12 0 0.26 0.24
HSL 87.6º 0.29% 0.66% -
HSV(B) 87.6º 0.26% 0.76% -
XYZ 41.12 49.26 33.73 -
YUV 181.42 106.88 120.57 -
System Red Green Blue C M Y K H S L
Decimal 171 194 144 0.12 0 0.26 0.24 87.6 0.29 0.66
Hex AB C2 90 C 0 1A 18 58 1D 42
Octal 253 302 220 14 0 32 30 130 35 102
Binary 10101011 11000010 10010000 1100 0 11010 11000 1011000 11101 1000010

Color Harmonies of #ABC290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC290

Black with #ABC290

Text Example


Text Example

White with #ABC290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC290; }

 p { color: rgb(171,194,144); }

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

background-color css

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

 a { background-color: rgb(171,194,144); }

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

border-color css

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

 span { border-color: rgb(171,194,144); }

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