Html Css Color HEX #ABC199 Norway

📋 copy color: '#ABC199'

red 171 ◦ green 193 ◦ blue 153

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

Shades of Norway #ABC199

Tints of Norway #ABC199

RGB

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

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

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

R = 33.08%
G = 37.33%
B = 29.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#ABC199 (or 0xABC199) is known color: Norway. HEX triplet: AB, C1 and 99. RGB value is (171,193,153). Sum of RGB (Red+Green+Blue) = 171+193+153=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC199 is #543E66. Grayscale: #B6B6B6. Windows color (decimal): -5520999 or 10076587. OLE color: 10076587.

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

Color convert

RGB 171 193 153 -
CMYK 0.11 0 0.21 0.24
HSL 93º 0.24% 0.68% -
HSV(B) 93º 0.21% 0.76% -
XYZ 41.61 49.1 37.42 -
YUV 181.86 111.71 120.25 -
System Red Green Blue C M Y K H S L
Decimal 171 193 153 0.11 0 0.21 0.24 93 0.24 0.68
Hex AB C1 99 B 0 15 18 5D 18 44
Octal 253 301 231 13 0 25 30 135 30 104
Binary 10101011 11000001 10011001 1011 0 10101 11000 1011101 11000 1000100

Color Harmonies of #ABC199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC199

Black with #ABC199

Text Example


Text Example

White with #ABC199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC199; }

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

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

background-color css

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

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

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

border-color css

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

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

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