Html Css Color HEX #ABC599 Norway

📋 copy color: '#ABC599'

red 171 ◦ green 197 ◦ blue 153

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

Shades of Norway #ABC599

Tints of Norway #ABC599

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.81%

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

R = 32.82%
G = 37.81%
B = 29.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#ABC599 (or 0xABC599) is known color: Norway. HEX triplet: AB, C5 and 99. RGB value is (171,197,153). Sum of RGB (Red+Green+Blue) = 171+197+153=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC599 is #543A66. Grayscale: #B8B8B8. Windows color (decimal): -5519975 or 10077611. OLE color: 10077611.

HSL color Cylindrical-coordinate representation of color #ABC599: hue angle of 95.45º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABC599 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 153 -
CMYK 0.13 0 0.22 0.23
HSL 95.45º 0.28% 0.69% -
HSV(B) 95.45º 0.22% 0.77% -
XYZ 42.51 50.89 37.72 -
YUV 184.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 171 197 153 0.13 0 0.22 0.23 95.45 0.28 0.69
Hex AB C5 99 D 0 16 17 5F 1C 45
Octal 253 305 231 15 0 26 27 137 34 105
Binary 10101011 11000101 10011001 1101 0 10110 10111 1011111 11100 1000101

Color Harmonies of #ABC599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC599

Black with #ABC599

Text Example


Text Example

White with #ABC599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC599; }

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

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

background-color css

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

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

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

border-color css

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

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

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