Html Css Color HEX #ABC099 Norway

📋 copy color: '#ABC099'

red 171 ◦ green 192 ◦ blue 153

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

Shades of Norway #ABC099

Tints of Norway #ABC099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.65%

R = 33.14%
G = 37.21%
B = 29.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#ABC099 (or 0xABC099) is known color: Norway. HEX triplet: AB, C0 and 99. RGB value is (171,192,153). Sum of RGB (Red+Green+Blue) = 171+192+153=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC099 is #543F66. Grayscale: #B5B5B5. Windows color (decimal): -5521255 or 10076331. OLE color: 10076331.

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

Color convert

RGB 171 192 153 -
CMYK 0.11 0 0.20 0.25
HSL 92.31º 0.24% 0.68% -
HSV(B) 92.31º 0.2% 0.75% -
XYZ 41.39 48.66 37.35 -
YUV 181.28 112.04 120.67 -
System Red Green Blue C M Y K H S L
Decimal 171 192 153 0.11 0 0.20 0.25 92.31 0.24 0.68
Hex AB C0 99 B 0 14 19 5C 18 44
Octal 253 300 231 13 0 24 31 134 30 104
Binary 10101011 11000000 10011001 1011 0 10100 11001 1011100 11000 1000100

Color Harmonies of #ABC099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC099

Black with #ABC099

Text Example


Text Example

White with #ABC099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC099; }

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

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

background-color css

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

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

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

border-color css

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

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

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