Html Css Color HEX #ABC095 Norway

📋 copy color: '#ABC095'

red 171 ◦ green 192 ◦ blue 149

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

Shades of Norway #ABC095

Tints of Norway #ABC095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.1%

R = 33.4%
G = 37.5%
B = 29.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#ABC095 (or 0xABC095) is known color: Norway. HEX triplet: AB, C0 and 95. RGB value is (171,192,149). Sum of RGB (Red+Green+Blue) = 171+192+149=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC095 is #543F6A. Grayscale: #B4B4B4. Windows color (decimal): -5521259 or 9814187. OLE color: 9814187.

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

Color convert

RGB 171 192 149 -
CMYK 0.11 0 0.22 0.25
HSL 89.3º 0.25% 0.67% -
HSV(B) 89.3º 0.22% 0.75% -
XYZ 41.07 48.53 35.64 -
YUV 180.82 110.04 121 -
System Red Green Blue C M Y K H S L
Decimal 171 192 149 0.11 0 0.22 0.25 89.3 0.25 0.67
Hex AB C0 95 B 0 16 19 59 19 43
Octal 253 300 225 13 0 26 31 131 31 103
Binary 10101011 11000000 10010101 1011 0 10110 11001 1011001 11001 1000011

Color Harmonies of #ABC095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC095

Black with #ABC095

Text Example


Text Example

White with #ABC095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC095; }

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

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

background-color css

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

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

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

border-color css

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

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

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