Html Css Color HEX #ABC091 Norway

📋 copy color: '#ABC091'

red 171 ◦ green 192 ◦ blue 145

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

Shades of Norway #ABC091

Tints of Norway #ABC091

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.8%

 BLUE value IS 145 (57.03% from 255) = 28.54%

R = 33.66%
G = 37.8%
B = 28.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#ABC091 (or 0xABC091) is known color: Norway. HEX triplet: AB, C0 and 91. RGB value is (171,192,145). Sum of RGB (Red+Green+Blue) = 171+192+145=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC091 is #543F6E. Grayscale: #B4B4B4. Windows color (decimal): -5521263 or 9552043. OLE color: 9552043.

HSL color Cylindrical-coordinate representation of color #ABC091: hue angle of 86.81º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABC091 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 192 145 -
CMYK 0.11 0 0.24 0.25
HSL 86.81º 0.27% 0.66% -
HSV(B) 86.81º 0.24% 0.75% -
XYZ 40.76 48.4 33.98 -
YUV 180.36 108.04 121.32 -
System Red Green Blue C M Y K H S L
Decimal 171 192 145 0.11 0 0.24 0.25 86.81 0.27 0.66
Hex AB C0 91 B 0 18 19 57 1B 42
Octal 253 300 221 13 0 30 31 127 33 102
Binary 10101011 11000000 10010001 1011 0 11000 11001 1010111 11011 1000010

Color Harmonies of #ABC091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC091

Black with #ABC091

Text Example


Text Example

White with #ABC091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC091; }

 p { color: rgb(171,192,145); }

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

background-color css

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

 a { background-color: rgb(171,192,145); }

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

border-color css

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

 span { border-color: rgb(171,192,145); }

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